diff options
Diffstat (limited to 'src/cmd/shell.sh')
-rw-r--r-- | src/cmd/shell.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/shell.sh b/src/cmd/shell.sh index 2cc53ad..c49a57e 100644 --- a/src/cmd/shell.sh +++ b/src/cmd/shell.sh @@ -45,7 +45,7 @@ cmd_shell_main() return 2 fi - if ! session_begin "${root}" . : false; then + if ! session_begin "${root}" . false; then [ "x${dev}" != 'x' ] && block_umount "${root}" return 2 fi |