From 6c88c5c0958afe950277b4832a22365d6099e0ef Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 9 Jan 2016 17:45:03 +0100 Subject: ch: Fix argument order in shell-bind Signed-off-by: Florian Pritz --- ch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ch') diff --git a/ch b/ch index d0e536d..a2d20ad 100755 --- a/ch +++ b/ch @@ -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) -- cgit v1.2.3-24-g4f1b