various: replace substituteAll with replaceVarsWith

This covers cases which need to use replaceVarsWith because the use
isExecutable = true.
This commit is contained in:
Wolfgang Walther 2024-11-30 20:00:23 +01:00
parent 321bd31b60
commit e58e0c158e
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1
20 changed files with 175 additions and 147 deletions

View file

@ -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"