]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- small fixes
authorArtur Frysiak <artur@frysiak.net>
Tue, 30 Nov 1999 14:34:07 +0000 (14:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.50

builder.sh

index 179f57059d9c3e5a34649f8b133a2edd511e2413..9cb5b4a78a20e540657d0e1a30bc7ebe5bda0f81 100644 (file)
@@ -207,13 +207,13 @@ get_all_files()
                fi
                
                if      [ -z "$NOCVS" ]||\
-                       [ `echo $i | grep -v 'ftp://\|http://'` ]
+                       [ `echo $i | egrep -v '^ftp://\|^http://'` ]
                then
-                       cvs $OPTIONS `nourl $SOURCES $PATCHES $ICONS`
+                       cvs $OPTIONS `nourl $i`
                fi
                
                if      [ -z "$NOURLS" ]&&[ ! -f "`nourl $i`" ]&&\
-                       [ `echo $i | grep 'ftp://\|http://'` ]
+                       [ `echo $i | egrep 'ftp://\|http://'` ]
                then
                        wget -c -t0 "$i"
                fi
This page took 0.046321 seconds and 4 git commands to generate.