diff options
| author | sanmiguel <[email protected]> | 2016-12-15 13:47:46 +0100 | 
|---|---|---|
| committer | sanmiguel <[email protected]> | 2016-12-15 13:47:54 +0100 | 
| commit | a3e173e95a4a1cf4a31cedc463ebcb1a9f1437a6 (patch) | |
| tree | 89079fba832492dd2298e5e0b36cf7ddbb1f8475 | |
| parent | aa237c72060e64a98b0e8a3b3be475387c73f53e (diff) | |
| download | kerl-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-x | kerl | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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"                  ;;              *) | 
