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

This commit is contained in:
Joachim Fasting 2018-09-13 17:41:56 +02:00
parent 546e511edc
commit aacf68a635
No known key found for this signature in database
GPG Key ID: 5C204DF675C90294

View File

@ -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 ]}