]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- fixed typo in long option "--source-cvs" PLD
authorSzymon Siwek <sls@pld-linux.org>
Fri, 15 Jun 2012 12:47:14 +0000 (12:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.676

builder.sh

index f62ba7d891e48adf00e5d77b649157761956077e..e9fa02f3df9cb78e89b6a24916bc6ec681398973 100644 (file)
@@ -2346,7 +2346,7 @@ while [ $# -gt 0 ]; do
                -FRB | --force-remove-build-requires)
                        REMOVE_BUILD_REQUIRES="force"
                        shift ;;
-               -sc | --sources-cvs)
+               -sc | --source-cvs)
                        COMMAND="list-sources-cvs"
                        shift ;;
                -sd | --source-distfiles)
This page took 0.053768 seconds and 4 git commands to generate.