projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208c05b
)
fixed stray apostrophes around result from spacem when no change was made by second...
author
Chris Koeritz
<fred@gruntose.com>
Fri, 9 Oct 2015 15:20:58 +0000
(11:20 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 9 Oct 2015 15:20:58 +0000
(11:20 -0400)
scripts/core/functions.sh
patch
|
blob
|
history
diff --git
a/scripts/core/functions.sh
b/scripts/core/functions.sh
index 8054705dc30374f2faae2549b9e1e109ac3ab2cc..41533fa1eb5e267fec2bdfb7d27fb1306a8c62ad 100644
(file)
--- a/
scripts/core/functions.sh
+++ b/
scripts/core/functions.sh
@@
-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