aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2016-12-15 13:47:46 +0100
committersanmiguel <[email protected]>2016-12-15 13:47:54 +0100
commita3e173e95a4a1cf4a31cedc463ebcb1a9f1437a6 (patch)
tree89079fba832492dd2298e5e0b36cf7ddbb1f8475
parentaa237c72060e64a98b0e8a3b3be475387c73f53e (diff)
downloadkerl-mtc-revert-aa237c7.tar.gz
kerl-mtc-revert-aa237c7.tar.bz2
kerl-mtc-revert-aa237c7.zip
Revert "Remove extraneous 's'"mtc-revert-aa237c7
This reverts commit aa237c72060e64a98b0e8a3b3be475387c73f53e.
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 4fc05f5..b335d3f 100755
--- a/kerl
+++ b/kerl
@@ -1497,7 +1497,7 @@ case "$1" in
assert_valid_installation "$3"
maybe_remove "$3"
escaped="$(echo "$3" | sed $SED_OPT -e 's#/$##' -e 's#\/#\\\/#g')"
- list_remove "$2" "$escaped"
+ list_remove "$2"s "$escaped"
echo "The installation in $3 has been deleted"
;;
*)