]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fixed bug in checking SOURCE file list.
authorkloczek <kloczek@pld-linux.org>
Sat, 12 Jun 1999 10:47:09 +0000 (10:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.32

builder.sh

index 7bdd43bdd7d44fd41036eacf99e2246ffa58e54c..88015feccc7c03c2e125ec1f35e9b23e98f657d4 100644 (file)
@@ -148,7 +148,8 @@ get_spec()
 
 get_all_files()
 {
-    if [ -n "$CVSROOT$PATCHES$ICONS" ]; then
+set -xv
+    if [ -n "$SOURCES$PATCHES$ICONS" ]; then
        cd $SOURCE_DIR
 
        if [ -n "$CVSROOT" ]; then
This page took 0.049624 seconds and 4 git commands to generate.