commit:     2725248a9adcbbdd86674c240bb5d8cb0064896b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 21:11:57 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 21:14:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2725248a

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 <AT> gentoo.org>

 www-client/firefox-bin/files/firefox-bin.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox-bin/files/firefox-bin.sh 
b/www-client/firefox-bin/files/firefox-bin.sh
index 228db761a0a..15f95487feb 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"
 
 ##

Reply via email to