projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592ac06
)
www-client/firefox: fix quoting
author
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 31 Mar 2020 16:13:04 +0000
(18:13 +0200)
committer
Thomas Deutschmann
<whissi@gentoo.org>
Tue, 31 Mar 2020 16:26:57 +0000
(18:26 +0200)
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox/files/firefox.sh
patch
|
blob
|
history
diff --git
a/www-client/firefox/files/firefox.sh
b/www-client/firefox/files/firefox.sh
index e3412b3b47c3f17b1f393ed951a2db0939f4c0d4..dcb2a8d606d0afa16bae2ffd925e283cbb6b3113 100644
(file)
--- a/
www-client/firefox/files/firefox.sh
+++ b/
www-client/firefox/files/firefox.sh
@@
-103,8
+103,8
@@
export MOZ_ALLOW_DOWNGRADE=1
## names and contect menus
##
if [[ $@ != *"--name "* ]]; then
- set --
"--name
${DESKTOP_FILE}" "$@"
+ set --
--name "
${DESKTOP_FILE}" "$@"
fi
# Run the browser
-exec ${MOZ_PROGRAM}
$@
+exec ${MOZ_PROGRAM}
"$@"