forked from rarias/bscpkgs
exec: Avoid variable expansion at build
All bash variables passed in env, pre or post are now expanded at execution time..
This commit is contained in:
parent
daadcc93d0
commit
e8f649327a
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||||||
preferLocalBuild = true;
|
preferLocalBuild = true;
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cat > $out <<EOF
|
cat > $out <<'EOF'
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
${env}
|
${env}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user