1
0
mirror of synced 2026-01-21 09:53:08 +00:00

Fix one more bashism: ${parm/?/pat[/str]}

This commit is contained in:
Axel Beckert 2010-04-09 01:58:02 +02:00
parent fb9b6347a0
commit a08b06726a

View File

@ -67,7 +67,7 @@ for i in `find ${source} -name '*.sed' -print`; do
#
# Strip the .sed suffix
#
file=${file/.sed/}
file=$(echo "$file" | sed -e 's/\.sed$//')
#
# Does the file exist in the new install?