diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-01 23:11:57 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-04-01 23:14:29 +0200 |
commit | 2725248a9adcbbdd86674c240bb5d8cb0064896b (patch) | |
tree | 4ff08e05919a0109a93b65c8e6e01f7965d17339 /www-client | |
parent | www-client/firefox-bin: fix typo (diff) | |
download | gentoo-2725248a9adcbbdd86674c240bb5d8cb0064896b.tar.gz gentoo-2725248a9adcbbdd86674c240bb5d8cb0064896b.tar.bz2 gentoo-2725248a9adcbbdd86674c240bb5d8cb0064896b.zip |
www-client/firefox-bin: fix invalid expansion in wrapper
Closes: https://bugs.gentoo.org/715746
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh index 228db761a0a9..15f95487feb4 100644 --- a/www-client/firefox-bin/files/firefox-bin.sh +++ b/www-client/firefox-bin/files/firefox-bin.sh @@ -90,7 +90,7 @@ export MOZ_ALLOW_DOWNGRADE=1 ## ## Set special variables for -bin -export LD_LIBRARY_PATH="${APULSELIB_DIR:${APULSELIB_DIR}:}${MOZILLA_FIVE_HOME}" +export LD_LIBRARY_PATH="${APULSELIB_DIR:+${APULSELIB_DIR}:}${MOZILLA_FIVE_HOME}" export GTK_PATH="${MOZ_LIB_DIR}/gtk-3.0" ## |