Update of /cvsroot/fink/experimental/dmacks/finkinfo
In directory vz-cvs-3.sog:/tmp/cvs-serv9278/finkinfo

Modified Files:
        inkscape.info 
Log Message:
fix bash syntax of compiler test


Index: inkscape.info
===================================================================
RCS file: /cvsroot/fink/experimental/dmacks/finkinfo/inkscape.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- inkscape.info       10 Dec 2011 20:42:23 -0000      1.4
+++ inkscape.info       11 Dec 2011 18:43:56 -0000      1.5
@@ -106,7 +106,7 @@
        # everywhere, since may not have the legacy-name available if
        # there's no newer one and/or may not have it wrapped for fink
        # single-arch)
-       if [ `g++ -v 2>&1 | grep clang` ]; then
+       if g++ -v 2>&1 | grep -q clang; then
                export CC=llvm-gcc-4.2
                export CXX=llvm-g++-4.2
        fi


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to