summaryrefslogtreecommitdiff
path: root/firefox-xremote-client.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2007-12-19 11:13:08 +0000
committerMartin Stransky <stransky@fedoraproject.org>2007-12-19 11:13:08 +0000
commitc4be312974dbd1e7850cbb6b208f60110b2cf981 (patch)
treed9c353194382f18dd1998494c3c9e64c7a48516f /firefox-xremote-client.sh.in
parent- moved to XUL Runner and updated to 3.0b3pre (diff)
downloadlibrewolf-fedora-ff-c4be312974dbd1e7850cbb6b208f60110b2cf981.tar.gz
librewolf-fedora-ff-c4be312974dbd1e7850cbb6b208f60110b2cf981.tar.bz2
librewolf-fedora-ff-c4be312974dbd1e7850cbb6b208f60110b2cf981.zip
starting scripts fixes
Diffstat (limited to 'firefox-xremote-client.sh.in')
-rw-r--r--firefox-xremote-client.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-xremote-client.sh.in b/firefox-xremote-client.sh.in
index 806810a..d6152c6 100644
--- a/firefox-xremote-client.sh.in
+++ b/firefox-xremote-client.sh.in
@@ -29,4 +29,4 @@ else
fi
export LD_LIBRARY_PATH
-$MOZILLA_FIVE_HOME/firefox-bin -remote "$1"
+$MOZILLA_FIVE_HOME/firefox -remote "$1"
bgstack15