Skip to content
Snippets Groups Projects
Commit f78ecd47 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Warn on missing replacements; handle Ruby vars with single and double quotes

parent 887ac32a
Branches
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ grep "^[a-zA-Z]" $replacefile | grep "=" | while read line
do
echo
key=$( echo $line | cut -f 1- -d "=")
key=$( echo $line | cut -f 1 -d "=")
echo $key | grep ":" >/dev/null && key=$( echo $key | rev | cut -f 1 -d ":" | rev )
val=$( echo $line | cut -f 2- -d "=" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment