[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gobolinux-commits
Subject:    [gobolinux-commits] tools/Scripts/bin FixLibtoolLa
From:       Jonas Karlsson <jonka750 () student ! liu ! se>
Date:       2007-08-24 22:07:55
Message-ID: E1IOhJr-0003QT-T3 () cvs ! savannah ! gnu ! org
[Download RAW message or body]

CVSROOT:	/sources/goboscripts
Module name:	tools
Changes by:	Jonas Karlsson <mohjive>	07/08/24 22:07:55

Modified files:
	Scripts/bin    : FixLibtoolLa 

Log message:
	Forgot that when using extended regex grouping parenthesis should not be escaped

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/tools/Scripts/bin/FixLibtoolLa?cvsroot=goboscripts&r1=1.11&r2=1.12

Patches:
Index: FixLibtoolLa
===================================================================
RCS file: /sources/goboscripts/tools/Scripts/bin/FixLibtoolLa,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- FixLibtoolLa	24 Aug 2007 17:21:30 -0000	1.11
+++ FixLibtoolLa	24 Aug 2007 22:07:55 -0000	1.12
@@ -30,8 +30,8 @@
    done
    cp "${current}" "$old"
    cat "$old" | sed -r "
-s%$goboPrograms/[^ /]*/*[^ /]*/*lib\(/?\)/*%$goboLibraries\1%g;
-s%$goboPrograms/[^ /]*/*[^ /]*/*lib\([ '\'']\)%$goboLibraries/\1%g;
+s%$goboPrograms/[^ /]*/*[^ /]*/*lib(/?)/*%$goboLibraries\1%g;
+s%$goboPrograms/[^ /]*/*[^ /]*/*lib([ '\''])%$goboLibraries/\1%g;
 " > "${current}"
 
    Boolean "backup" || rm -- "$old"
_______________________________________________
gobolinux-commits mailing list
gobolinux-commits@lists.gobolinux.org
http://lists.gobolinux.org/mailman/listinfo/gobolinux-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic