]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- revert CVS_FORCE -B
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 30 Nov 2007 18:36:46 +0000 (18:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.526

builder.sh

index ca8f16c36d1ae7918455304f197364dee1f3b35f..2038d2712b2c1f26c5dc235aa78841a5ced77d3c 100644 (file)
@@ -1957,7 +1957,7 @@ while [ $# -gt 0 ]; do
                -c | --clean )
                        CLEAN="--clean --rmspec --rmsource"; shift ;;
                -cf | --cvs-force )
-                       CVS_FORCE="-B -F"; shift;;
+                       CVS_FORCE="-F"; shift;;
                -d | --cvsroot )
                        shift; CVSROOT="${1}"; shift ;;
                -g | --get )
This page took 0.477432 seconds and 4 git commands to generate.