SPECS: seamonkey.spec - fix startup script indent

sparky sparky at pld-linux.org
Tue Sep 23 23:28:02 CEST 2008


Author: sparky                       Date: Tue Sep 23 21:28:02 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix startup script indent

---- Files affected:
SPECS:
   seamonkey.spec (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: SPECS/seamonkey.spec
diff -u SPECS/seamonkey.spec:1.90 SPECS/seamonkey.spec:1.91
--- SPECS/seamonkey.spec:1.90	Tue Sep 23 22:47:50 2008
+++ SPECS/seamonkey.spec	Tue Sep 23 23:27:56 2008
@@ -334,33 +334,33 @@
 fi
 
 PING=`$SEAMONKEY -remote 'ping()' 2>&1 >/dev/null`
-	if [ -n "$PING" ]; then
-		if [ -f "`pwd`/$1" ]; then
+if [ -n "$PING" ]; then
+	if [ -f "`pwd`/$1" ]; then
 		exec $SEAMONKEY "file://`pwd`/$1"
-		else
+	else
 		exec $SEAMONKEY "$@"
-		fi
+	fi
 fi
 
-		if [ -z "$1" ]; then
+if [ -z "$1" ]; then
 	exec $SEAMONKEY -remote 'xfeDoCommand (openBrowser)'
-		elif [ "$1" == "-mail" ]; then
+elif [ "$1" == "-mail" ]; then
 	exec $SEAMONKEY -remote 'xfeDoCommand (openInbox)'
-		elif [ "$1" == "-compose" ]; then
+elif [ "$1" == "-compose" ]; then
 	exec $SEAMONKEY -remote 'xfeDoCommand (composeMessage)'
 fi
 
 [[ $1 == -* ]] && exec $SEAMONKEY "$@"
 
-				if [ -f "`pwd`/$1" ]; then
-					URL="file://`pwd`/$1"
-				else
-					URL="$1"
-				fi
+if [ -f "`pwd`/$1" ]; then
+	URL="file://`pwd`/$1"
+else
+	URL="$1"
+fi
 if grep -q -E 'browser.tabs.opentabfor.middleclick.*true' \
 		~/.mozilla/default/*/prefs.js; then
 	exec $SEAMONKEY -remote "OpenUrl($URL,new-tab)"
-				else
+else
 	exec $SEAMONKEY -remote "OpenUrl($URL,new-window)"
 fi
 
@@ -770,6 +770,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.91  2008/09/23 21:27:56  sparky
+- fix startup script indent
+
 Revision 1.90  2008/09/23 20:47:50  sparky
 - just STRIP=echo, builders won't like escape sequences
 - NOTE: builds and works ! (even on th at ppc)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/seamonkey.spec?r1=1.90&r2=1.91&f=u



More information about the pld-cvs-commit mailing list