]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- typo
authorleafnode <leafnode@pld-linux.org>
Sun, 19 Oct 2003 09:39:52 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.203

builder.sh

index 4d8c258d425427e4b33f6e6648730d49e81e805b..d6c6a842a3718e69c505b1e53ac7014e62f13009 100644 (file)
@@ -677,7 +677,7 @@ build_package()
 
     if [ -n "$TRY_UPGRADE" ]; then
 
-       if [ -n "FLOAT_VERSION" ]; then
+       if [ -n "$FLOAT_VERSION" ]; then
            TNOTIFY=`./pldnotify.awk $SPECFILE -n`
        else
            TNOTIFY=`./pldnotify.awk $SPECFILE`
This page took 0.402282 seconds and 4 git commands to generate.