fixed stray apostrophes around result from spacem when no change was made by second...
authorChris Koeritz <fred@gruntose.com>
Fri, 9 Oct 2015 15:20:58 +0000 (11:20 -0400)
committerChris Koeritz <fred@gruntose.com>
Fri, 9 Oct 2015 15:20:58 +0000 (11:20 -0400)
scripts/core/functions.sh

index 8054705dc30374f2faae2549b9e1e109ac3ab2cc..41533fa1eb5e267fec2bdfb7d27fb1306a8c62ad 100644 (file)
@@ -489,7 +489,7 @@ if [ -z "$skip_all" ]; then
       actual_file="$(echo $intermediate_name | sed -e "s/'\([^']*\)'/\1/")"
       final_name="$(perl $FEISTY_MEOW_SCRIPTS/files/renlower.pl "$actual_file")"
       if [ -z "$final_name" ]; then
-        final_name="'$intermediate_name'"
+        final_name="$intermediate_name"
       else
         final_name="$(echo $final_name | sed -e 's/.*=> //')"
       fi