]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- missing letter s: --no-cvs-specs
authorMarcin Winkler <qurczak@gmail.com>
Thu, 22 May 2003 14:23:52 +0000 (14:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.143

builder.sh

index 078aab0ad193f6e08e6bd65ec750a32178b4b346..f6d35e5c5fda92721d24a37e715d17759f785280 100644 (file)
@@ -596,7 +596,7 @@ while test $# -gt 0 ; do
            COMMAND="mr-proper"; shift ;;
        -nc | --no-cvs )
            NOCVS="yes"; shift ;;
-       -ncs | --no-cvs-spec )
+       -ncs | --no-cvs-specs )
            NOCVSSPEC="yes"; shift ;;
        -nm | --no-mirrors )
            NOMIRRORS="yes"; shift ;;
This page took 0.301323 seconds and 4 git commands to generate.