]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - builder.sh
- small fixes
[packages/rpm-build-tools.git] / 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.02926 seconds and 4 git commands to generate.