SPECS: workcleanup.sh - $@ should be quoted
    glen 
    glen at pld-linux.org
       
    Tue Aug 22 17:03:35 CEST 2006
    
    
  
Author: glen                         Date: Tue Aug 22 15:03:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- $@ should be quoted
---- Files affected:
SPECS:
   workcleanup.sh (1.7 -> 1.8) 
---- Diffs:
================================================================
Index: SPECS/workcleanup.sh
diff -u SPECS/workcleanup.sh:1.7 SPECS/workcleanup.sh:1.8
--- SPECS/workcleanup.sh:1.7	Sun Aug 13 23:57:13 2006
+++ SPECS/workcleanup.sh	Tue Aug 22 17:03:30 2006
@@ -24,7 +24,7 @@
 
 LIST=$("$dir/specparser.pl" --asf "$spec");
 if [ "$PARTIAL" = "" ]; then
-	rpmbuild -bs --rmsource --rmspec --clean "$spec" $@
+	rpmbuild -bs --rmsource --rmspec --clean "$spec" "$@"
 else
 	RMX="$spec"
 	for i in $LIST; do
================================================================
---- CVS-web:
    http://cvs.pld-linux.org/SPECS/workcleanup.sh?r1=1.7&r2=1.8&f=u
    
    
More information about the pld-cvs-commit
mailing list