SOURCES: ies4linux.ie.sh - no bashism and cosmetics

glen glen at pld-linux.org
Tue May 8 22:28:53 CEST 2007


Author: glen                         Date: Tue May  8 20:28:53 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- no bashism and cosmetics

---- Files affected:
SOURCES:
   ies4linux.ie.sh (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/ies4linux.ie.sh
diff -u SOURCES/ies4linux.ie.sh:1.2 SOURCES/ies4linux.ie.sh:1.3
--- SOURCES/ies4linux.ie.sh:1.2	Tue May  8 22:12:19 2007
+++ SOURCES/ies4linux.ie.sh	Tue May  8 22:28:48 2007
@@ -9,7 +9,7 @@
 
 IE=`basename "$0" | awk -F - '{ print $1 }'`
 LOCALE=`basename "$0" | sed 's:ie[0-9]*-*::'`
-[ "x$LOCALE" == "x" ] && LOCALE="en-US"
+[ "$LOCALE" = "" ] && LOCALE="en-US"
 MASTERPREFIX="/usr/share/ies4linux/$LOCALE/$IE"
 WINEPREFIX="${HOME}/.ies4linux/$IE-$LOCALE"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ies4linux.ie.sh?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list