* Don't use $SHELL.
This commit is contained in:
parent
b824a1daee
commit
6c9fdb17fb
|
@ -43,7 +43,7 @@ EXTRA_DIST = $(TESTS) \
|
||||||
fallback.nix.in \
|
fallback.nix.in \
|
||||||
user-envs.nix.in user-envs.builder.sh \
|
user-envs.nix.in user-envs.builder.sh \
|
||||||
fixed.nix.in fixed.builder1.sh fixed.builder2.sh \
|
fixed.nix.in fixed.builder1.sh fixed.builder2.sh \
|
||||||
gc-runtime.nix.in gc-runtime.builder.sh \
|
gc-runtime.nix.in \
|
||||||
check-refs.nix.in \
|
check-refs.nix.in \
|
||||||
filter-source.nix.in \
|
filter-source.nix.in \
|
||||||
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) \
|
$(wildcard lang/*.nix) $(wildcard lang/*.exp) $(wildcard lang/*.exp.xml) $(wildcard lang/*.flags) \
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
mkdir $out
|
|
||||||
|
|
||||||
cat > $out/program <<EOF
|
|
||||||
#! $SHELL
|
|
||||||
sleep 10000
|
|
||||||
EOF
|
|
||||||
|
|
||||||
chmod +x $out/program
|
|
|
@ -5,7 +5,7 @@ let {
|
||||||
mkdir $out
|
mkdir $out
|
||||||
|
|
||||||
cat > $out/program <<EOF
|
cat > $out/program <<EOF
|
||||||
#! $SHELL
|
#! @shell@
|
||||||
sleep 10000
|
sleep 10000
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue