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
, glibcLocales
, defaultIconTheme
, runtimeShell
, shared-mime-info
, gsettings-desktop-schemas
@ -277,7 +278,7 @@ stdenv.mkDerivation rec {
# Generate wrapper
mkdir -p $out/bin
cat > "$out/bin/tor-browser" << EOF
#! ${stdenv.shell}
#! ${runtimeShell}
set -o errexit -o nounset
PATH=${makeBinPath [ coreutils ]}