various: replace substituteAll with replaceVarsWith
This covers cases which need to use replaceVarsWith because the use isExecutable = true.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
export PATH=/empty
|
||||
for i in @path@; do PATH=$PATH:$i/bin; done
|
||||
export PATH=/empty:@path@
|
||||
|
||||
if test $# -ne 1; then
|
||||
echo "Usage: init-script-builder.sh DEFAULT-CONFIG"
|
||||
|
||||
Reference in New Issue
Block a user