fixed quoting in spacem function to be parallel.
authorChris Koeritz <fred@gruntose.com>
Wed, 9 Sep 2015 19:02:50 +0000 (15:02 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 9 Sep 2015 19:02:50 +0000 (15:02 -0400)
scripts/core/functions.sh

index f6c4a714c852282fde76e4d860ba3f146f0ffb71..553e100f802d59dd89b4dcdc7642123a7a69307d 100644 (file)
@@ -481,7 +481,7 @@ if [ -z "$skip_all" ]; then
       final_name="$(bash "$FEISTY_MEOW_SCRIPTS/files/replace_spaces_with_underscores.sh" "$arg2")"
       if [ -z "$final_name" ]; then
         # make sure we report something, if there are no further name changes.
-        final_name="$arg2"
+        final_name="'$arg2'"
       fi
       # now zap the intermediate part of the name off.
       final_name="$(echo $final_name | sed -e 's/.*=> //')"