]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 2 Jun 2006 19:27:58 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.439

builder.sh

index b1bea9d1fd348599c29a70ba8e33e292da469c44..6476d47cf2c56e8d941923965d6955c96610ebba 100644 (file)
@@ -1093,7 +1093,7 @@ branch_files()
                set -v;
        fi
 
-       if [ $# gt 0 ]; then
+       if [ $# -gt 0 ]; then
 
                local OPTIONS="tag -b"
                if [ -n "$CVSROOT" ]; then
This page took 0.055478 seconds and 4 git commands to generate.