SOURCES: mozilla-firefox.sh - fix suggested by Tomasz Narloch

ankry ankry at pld-linux.org
Thu Jan 26 14:25:53 CET 2006


Author: ankry                        Date: Thu Jan 26 13:25:51 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix suggested by Tomasz Narloch

---- Files affected:
SOURCES:
   mozilla-firefox.sh (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/mozilla-firefox.sh
diff -u SOURCES/mozilla-firefox.sh:1.10 SOURCES/mozilla-firefox.sh:1.11
--- SOURCES/mozilla-firefox.sh:1.10	Sat Nov 12 14:55:04 2005
+++ SOURCES/mozilla-firefox.sh	Thu Jan 26 14:25:45 2006
@@ -62,11 +62,11 @@
 		fi
 	else
 		if [ -z "$1" ]; then
-			exec $FIREFOX -remote 'xfeDoCommand (openBrowser)'
+			exec $FIREFOX -remote 'xfeDoCommand(openBrowser)'
 		elif [ "$1" == "-mail" ]; then
-			exec $FIREFOX -remote 'xfeDoCommand (openInbox)'
+			exec $FIREFOX -remote 'xfeDoCommand(openInbox)'
 		elif [ "$1" == "-compose" ]; then
-			exec $FIREFOX -remote 'xfeDoCommand (composeMessage)'
+			exec $FIREFOX -remote 'xfeDoCommand(composeMessage)'
 		else
 			if [ -f "`pwd`/$1" ]; then
 				URL="file://`pwd`/$1"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mozilla-firefox.sh?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list