treewide: use ${stdenv.shell} instead of /bin/sh where possible
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
postPatch = ''
|
||||
# we do all patching from update.sh in preAutoreconf
|
||||
echo "#!/bin/sh" > update.sh
|
||||
echo "#!${stdenv.shell}" > update.sh
|
||||
'';
|
||||
|
||||
preAutoreconf = ''
|
||||
|
||||
Reference in New Issue
Block a user