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/files/
Date: Wed, 01 Apr 2020 21:14:45
Message-Id: 1585775670.5b633e7bcb3f576627cd4b202e783a133817b422.whissi@gentoo
1 commit: 5b633e7bcb3f576627cd4b202e783a133817b422
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 1 21:14:11 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 1 21:14:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b633e7b
7
8 www-client/firefox: fix typo
9
10 Closes: https://bugs.gentoo.org/715654
11 Package-Manager: Portage-2.3.96, Repoman-2.3.22
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 www-client/firefox/files/firefox.sh | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/www-client/firefox/files/firefox.sh b/www-client/firefox/files/firefox.sh
18 index dcb2a8d606d..f1fde8fdfce 100644
19 --- a/www-client/firefox/files/firefox.sh
20 +++ b/www-client/firefox/files/firefox.sh
21 @@ -100,7 +100,7 @@ export MOZ_ALLOW_DOWNGRADE=1
22
23 ##
24 ## Route to the correct .desktop file to get proper
25 -## names and contect menus
26 +## name and actions
27 ##
28 if [[ $@ != *"--name "* ]]; then
29 set -- --name "${DESKTOP_FILE}" "$@"