commit ff46d97d8c283b43371e7eb18b09ad43fda7cdf5
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Sun Sep 4 17:52:31 2011 +0000

    handle '-j*' later, so '-j X' can have a chance to work
    
    Changed files:
        client/make-request.sh -> 1.99

 make-request.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/make-request.sh b/make-request.sh
index 92ffa81..49a0e75 100755
--- a/make-request.sh
+++ b/make-request.sh
@@ -296,15 +296,15 @@ while [ $# -gt 0 ] ; do
                        flags="$flags no-install-br"
                        ;;
 
-               -j*)
-                       jobs="${1#-j}"
-                       ;;
-
                -j | --jobs)
                        jobs="$2"
                        shift
                        ;;
 
+               -j*)
+                       jobs="${1#-j}"
+                       ;;
+
                -v)
                        verbose=yes
                        ;;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/cca6584b96e6c33d0732d559e43e100d804e2ecd

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to