tor-browser-bundle-bin: stdenv.shell -> runtimeShell in wrapper

This commit is contained in:
Joachim Fasting
2018-09-13 17:45:50 +02:00
parent 546e511edc
commit aacf68a635
@@ -43,6 +43,7 @@
, coreutils , coreutils
, glibcLocales , glibcLocales
, defaultIconTheme , defaultIconTheme
, runtimeShell
, shared-mime-info , shared-mime-info
, gsettings-desktop-schemas , gsettings-desktop-schemas
@@ -277,7 +278,7 @@ stdenv.mkDerivation rec {
# Generate wrapper # Generate wrapper
mkdir -p $out/bin mkdir -p $out/bin
cat > "$out/bin/tor-browser" << EOF cat > "$out/bin/tor-browser" << EOF
#! ${stdenv.shell} #! ${runtimeShell}
set -o errexit -o nounset set -o errexit -o nounset
PATH=${makeBinPath [ coreutils ]} PATH=${makeBinPath [ coreutils ]}