Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/files/
Date: Wed, 01 Apr 2020 21:14:45
Message-Id: 1585775668.76613b88e8e0f24d733fbddbac69facbf358653a.whissi@gentoo
1 commit: 76613b88e8e0f24d733fbddbac69facbf358653a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 21:07:08 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 21:14:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76613b88
7
8 www-client/firefox-bin: fix typo
9
10 Bug: https://bugs.gentoo.org/715654
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 www-client/firefox-bin/files/firefox-bin.sh | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh
17 index b0231854800..228db761a0a 100644
18 --- a/www-client/firefox-bin/files/firefox-bin.sh
19 +++ b/www-client/firefox-bin/files/firefox-bin.sh
20 @@ -95,7 +95,7 @@ export GTK_PATH="${MOZ_LIB_DIR}/gtk-3.0"
21
22 ##
23 ## Route to the correct .desktop file to get proper
24 -## names and contect menus
25 +## name and actions
26 ##
27 if [[ $@ != *"--name "* ]]; then
28 set -- --name "${DESKTOP_FILE}" "$@"