Author: glen                         Date: Mon Mar 14 07:39:18 2011 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
- allow --with/--without to take args by comma

---- Files affected:
pld-builder.new/client:
   make-request.sh (1.90 -> 1.91) 

---- Diffs:

================================================================
Index: pld-builder.new/client/make-request.sh
diff -u pld-builder.new/client/make-request.sh:1.90 
pld-builder.new/client/make-request.sh:1.91
--- pld-builder.new/client/make-request.sh:1.90 Mon Mar 14 08:38:38 2011
+++ pld-builder.new/client/make-request.sh      Mon Mar 14 08:39:13 2011
@@ -228,12 +228,12 @@
                        ;;
 
                --with)
-                       with="$with $2"
+                       without="$with $(echo "$2" | tr ',' ' ')"
                        shift
                        ;;
 
                --without)
-                       without="$without $2"
+                       without="$without $(echo "$2" | tr ',' ' ')"
                        shift
                        ;;
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/client/make-request.sh?r1=1.90&r2=1.91&f=u

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

Reply via email to