summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-09-13 11:37:24 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-09-13 11:37:24 +0200
commitea90a58189a1461f3eb46816b97fd89e57991f9b (patch)
tree9aaa77c56fb5a68b25fce08ecbc3301ba308f6cc
parente109307c8b33944508fa1958701181909bbeb5c0 (diff)
downloadbin-ea90a58189a1461f3eb46816b97fd89e57991f9b.tar.gz
bin-ea90a58189a1461f3eb46816b97fd89e57991f9b.tar.xz
ch: Add missing quotes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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 "$@";;