aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-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"