Fix one more bashism: ${parm/?/pat[/str]}
This commit is contained in:
parent
fb9b6347a0
commit
a08b06726a
@ -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?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user