Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (af3ac03d451d2fc8b7004c96202acf32aafb15b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (af3ac03d451d2fc8b7004c96202acf32aafb15b7)
  • Date: Sun, 8 Oct 2006 11:08:12 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<chat AT sourcemage.org>:

z-http/firefox-bin/HISTORY | 3 +++
z-http/firefox-bin/firefox-bin | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit af3ac03d451d2fc8b7004c96202acf32aafb15b7
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

Updated firefox-bin executable to add $@. Bug 13164.

diff --git a/z-http/firefox-bin/HISTORY b/z-http/firefox-bin/HISTORY
index 5b8e1ee..637c7f5 100644
--- a/z-http/firefox-bin/HISTORY
+++ b/z-http/firefox-bin/HISTORY
@@ -1,3 +1,6 @@
+2006-10-08 George Sherwood <george AT beernabeer.com>
+ * firefox-bin: Added $@ for command line arguements. Bug #13164.
+
2006-10-07 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated devel to 2.0 RC2

diff --git a/z-http/firefox-bin/firefox-bin b/z-http/firefox-bin/firefox-bin
index bca509e..bd4a4d3 100755
--- a/z-http/firefox-bin/firefox-bin
+++ b/z-http/firefox-bin/firefox-bin
@@ -1,4 +1,4 @@
#!/bin/sh
#
cd /opt/firefox/
-./firefox
+./firefox $@



  • [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (af3ac03d451d2fc8b7004c96202acf32aafb15b7), George Sherwood, 10/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page