Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93c4a4a55e89b4ea3ee180ac46fe8c0ab48ca1ce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93c4a4a55e89b4ea3ee180ac46fe8c0ab48ca1ce)
  • Date: Fri, 25 Feb 2011 01:02:10 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

http/seamonkey/HISTORY | 3 +++
http/seamonkey/seamonkey | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 93c4a4a55e89b4ea3ee180ac46fe8c0ab48ca1ce
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

seamonkey: correctly handle multiple arguments

diff --git a/http/seamonkey/HISTORY b/http/seamonkey/HISTORY
index 46704fa..61d3ffe 100644
--- a/http/seamonkey/HISTORY
+++ b/http/seamonkey/HISTORY
@@ -1,3 +1,6 @@
+2011-02-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * seamonkey: correctly handle multiple arguments (-new-tab, etc.)
+
2011-01-02 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependencies
* blfs-mozconfig: don't force system nss cause it's checked in DEPENDS
diff --git a/http/seamonkey/seamonkey b/http/seamonkey/seamonkey
old mode 100644
new mode 100755
index 8ede4b8..54f7cca
--- 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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (93c4a4a55e89b4ea3ee180ac46fe8c0ab48ca1ce), Vlad Glagolev, 02/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page