summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xch2
1 files changed, 1 insertions, 1 deletions
diff --git a/ch b/ch
index 00def24..cfd8939 100755
--- a/ch
+++ b/ch
@@ -249,7 +249,7 @@ case $command in
;;
kill)
for arg; do
- chkill $arg
+ chkill "$arg"
done
;;
shell) chshell "$@";;