summaryrefslogtreecommitdiffstats
path: root/http/seamonkey/seamonkey
diff options
context:
space:
mode:
Diffstat (limited to 'http/seamonkey/seamonkey')
-rwxr-xr-x[-rw-r--r--]http/seamonkey/seamonkey3
1 files changed, 2 insertions, 1 deletions
diff --git a/http/seamonkey/seamonkey b/http/seamonkey/seamonkey
index 8ede4b8086..54f7cca711 100644..100755
--- a/http/seamonkey/seamonkey
+++ b/http/seamonkey/seamonkey
@@ -2,6 +2,7 @@
#
# Created by Eric Sandall 2004-12-09
# Modified for Seamonkey by Arwed v. Merkatz 2005-12-21
+# and Vlad Glagolev 2011-02-25
#
# This script is here to set the correct LD_LIBRARY_PATH for seamonkey 1.0+
# based on the information from this thread:
@@ -11,7 +12,7 @@ export MOZILLA_FIVE_HOME=/usr/lib/seamonkey
export LD_LIBRARY_PATH=/usr/lib/seamonkey
remote=""
if /usr/lib/seamonkey/seamonkey-bin -remote "ping()" > /dev/null 2>&1 ; then
- if [ -z "$@" ] ; then
+ if [ $# -eq 0 ] ; then
remote='-remote xfeDoCommand(openBrowser)'
fi
fi