summaryrefslogtreecommitdiffstats
path: root/ch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-01-09 17:45:03 +0100
committerFlorian Pritz <bluewind@xinu.at>2016-01-09 17:45:03 +0100
commit6c88c5c0958afe950277b4832a22365d6099e0ef (patch)
tree7f571d600d95f50d692a95ccf5161b07354e6599 /ch
parent1b18a81a4a9b2ebe3a2b8e10571dee71da9b64bf (diff)
downloadbin-6c88c5c0958afe950277b4832a22365d6099e0ef.tar.gz
bin-6c88c5c0958afe950277b4832a22365d6099e0ef.tar.xz
ch: Fix argument order in shell-bind
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'ch')
-rwxr-xr-xch2
1 files changed, 1 insertions, 1 deletions
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)