Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4961

Modified Files:
        libpcre1.info 
Log Message:
Learn to use shell script properly.

Index: libpcre1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/libpcre1.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libpcre1.info       28 Jan 2013 03:41:33 -0000      1.9
+++ libpcre1.info       28 Jan 2013 03:52:46 -0000      1.10
@@ -44,7 +44,7 @@
                export CXX="g++ -m64"
        fi
 
-       if [ "%m" == "x86_64" || "%m" == "i386" ]; then
+       if [ "%m" == "x86_64" -o "%m" == "i386" ]; then
                ./configure %c --enable-jit
        else
                ./configure %c --disable-jit


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to