treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
@@ -45,7 +45,7 @@ in stdenv.mkDerivation rec {
|
||||
installPhase = ''
|
||||
# Make wrapper script
|
||||
cat > eduke32-wrapper <<EOF
|
||||
#!/bin/sh
|
||||
#!${stdenv.shell}
|
||||
|
||||
if [ "$EDUKE32_DATA_DIR" = "" ]; then
|
||||
EDUKE32_DATA_DIR=/var/lib/games/eduke32
|
||||
|
||||
Reference in New Issue
Block a user