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.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel