diff options
-rwxr-xr-x | ch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ case $command in done ;; shell) chshell "$@";; - shell-bind) chshell --bind-ro="$PWD:/pwd" "$@";; + shell-bind) chshell "$@" --bind-ro="$PWD:/pwd";; rshell) chrshell "$@";; install) chinstall "$@";; list) |