aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-11-13 09:30:15 +0530
committerMark Allen <[email protected]>2017-11-13 09:30:15 +0530
commite7c67cb8ada4c3f7aea07475ee4847ed686d5858 (patch)
treedda1513274049a812a771600bd21b27d882eee46
parent5a7368029d0728334f36a8db49953eb62b32b845 (diff)
downloadkerl-e7c67cb8ada4c3f7aea07475ee4847ed686d5858.tar.gz
kerl-e7c67cb8ada4c3f7aea07475ee4847ed686d5858.tar.bz2
kerl-e7c67cb8ada4c3f7aea07475ee4847ed686d5858.zip
Fix removal message
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 4d3c761..f48da1c 100755
--- a/kerl
+++ b/kerl
@@ -2017,7 +2017,7 @@ case "$1" in
fi
escaped="$(echo "$3" | sed $SED_OPT -e 's#/$##' -e 's#\/#\\\/#g')"
list_remove "$2"s "$escaped"
- echo "The installation in $3 has been deleted"
+ echo "The installation \"$3\" has been deleted"
;;
*)
echo "Cannot delete $2"