CVSROOT: namecheck.sh - workaround $file being list of files

glen glen at pld-linux.org
Mon Nov 24 00:37:13 CET 2008


Author: glen                         Date: Sun Nov 23 23:37:13 2008 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- workaround $file being list of files

---- Files affected:
CVSROOT:
   namecheck.sh (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: CVSROOT/namecheck.sh
diff -u CVSROOT/namecheck.sh:1.16 CVSROOT/namecheck.sh:1.17
--- CVSROOT/namecheck.sh:1.16	Tue Jun 24 20:52:03 2008
+++ CVSROOT/namecheck.sh	Mon Nov 24 00:37:08 2008
@@ -5,6 +5,10 @@
 shift
 
 echo "In module: $module"
+# set ARGV again to get rid of spaces
+# FIXME: real fix should be in CVSROOT/
+# Checking file: 'jakarta-commons-daemon.spec java-commons-daemon.spec'
+set -- $*
 
 retval=0
 while [ $# -gt 0 ]; do
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/namecheck.sh?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list