summaryrefslogtreecommitdiff
path: root/firefox-xremote-client.sh.in
diff options
context:
space:
mode:
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