treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
|
||||
for b in tremulous tremded
|
||||
do
|
||||
cat << EOF > $out/bin/$b
|
||||
#!/bin/sh
|
||||
#!${stdenv.shell}
|
||||
cd $out/opt/tremulous
|
||||
exec ./$b.$arch "\$@"
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user