[csw-devel] SF.net SVN: gar:[3443] csw/mgar/pkg/fixme/trunk/fixme.sh

valholla at users.sourceforge.net valholla at users.sourceforge.net
Mon Feb 23 18:47:39 CET 2009


Revision: 3443
          http://gar.svn.sourceforge.net/gar/?rev=3443&view=rev
Author:   valholla
Date:     2009-02-23 17:47:39 +0000 (Mon, 23 Feb 2009)

Log Message:
-----------
fix typo missing escape on '.'

Modified Paths:
--------------
    csw/mgar/pkg/fixme/trunk/fixme.sh

Modified: csw/mgar/pkg/fixme/trunk/fixme.sh
===================================================================
--- csw/mgar/pkg/fixme/trunk/fixme.sh	2009-02-23 17:43:13 UTC (rev 3442)
+++ csw/mgar/pkg/fixme/trunk/fixme.sh	2009-02-23 17:47:39 UTC (rev 3443)
@@ -21,7 +21,7 @@
 
 ## Fix Makefiles
 for mk in $(gfind ${BASEPATH} -name Makefile -print); do
-    LT_FILES=$(ggrep '/opt/csw.*/lib/.*.la' ${mk} | \
+    LT_FILES=$(ggrep '/opt/csw.*/lib/.*\.la' ${mk} | \
         gsed "s/^.*\(\/opt\/csw.*\/lib\/.*\.la\).*$/\1/")
     
     for file in ${LT_FILES}; do


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list