From: Chris Koeritz Date: Wed, 9 Sep 2015 19:02:50 +0000 (-0400) Subject: fixed quoting in spacem function to be parallel. X-Git-Tag: 2.140.90~593 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;ds=inline;h=80c26125f4317df8d5ace57641b196a5e51913c1;hp=bd8a8eb1aaeb3d22eca7e586c1f92131d9916c07;p=feisty_meow.git fixed quoting in spacem function to be parallel. --- diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index f6c4a714..553e100f 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -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/.*=> //')"