mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
various: replace substituteAll with replaceVarsWith
This covers cases which need to use replaceVarsWith because the use isExecutable = true.
This commit is contained in:
parent
321bd31b60
commit
e58e0c158e
20 changed files with 175 additions and 147 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue