]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fix added $CVSROOT to OPTIONS
authorArtur Frysiak <artur@frysiak.net>
Mon, 14 Jun 1999 16:46:46 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.35

builder.sh

index ba19b08217d3da67e6ef3cbe1c36467e6525b4d3..024059e4636441e589fc0290b6daefc7b1fb36b8 100644 (file)
@@ -149,7 +149,7 @@ get_spec()
     OPTIONS="up "
 
     if [ -n "$CVSROOT" ]; then
-       OPTIONS="-d $CVSROOT"
+       OPTIONS="$OPTIONS -d $CVSROOT"
     fi
     if [ -n "$CVSTAG" ]; then
        OPTIONS="$OPTIONS -r $CVSTAG"
This page took 0.035156 seconds and 4 git commands to generate.