From 80c26125f4317df8d5ace57641b196a5e51913c1 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 9 Sep 2015 15:02:50 -0400 Subject: [PATCH 1/1] fixed quoting in spacem function to be parallel. --- scripts/core/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.*=> //')" -- 2.34.1