diff options
author | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 11:13:08 +0000 |
---|---|---|
committer | Martin Stransky <stransky@fedoraproject.org> | 2007-12-19 11:13:08 +0000 |
commit | c4be312974dbd1e7850cbb6b208f60110b2cf981 (patch) | |
tree | d9c353194382f18dd1998494c3c9e64c7a48516f /firefox-xremote-client.sh.in | |
parent | - moved to XUL Runner and updated to 3.0b3pre (diff) | |
download | librewolf-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.in | 2 |
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" |