CVSROOT: namecheck.sh - enable error exit

baggins baggins at pld-linux.org
Wed May 16 16:08:41 CEST 2007


Author: baggins                      Date: Wed May 16 14:08:41 2007 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- enable error exit

---- Files affected:
CVSROOT:
   namecheck.sh (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: CVSROOT/namecheck.sh
diff -u CVSROOT/namecheck.sh:1.4 CVSROOT/namecheck.sh:1.5
--- CVSROOT/namecheck.sh:1.4	Wed May 16 16:07:26 2007
+++ CVSROOT/namecheck.sh	Wed May 16 16:08:36 2007
@@ -24,7 +24,7 @@
 	if [ ! -d $CVSROOT/packages/$pkgname ]; then
 		echo "Error: File '$file' does not follow %{name}-* naming rules"
 		echo "If this is what you want, please add it to packages/%{name} module"
-#		retval=1
+		retval=1
 	fi
 #	echo $file
 	echo "Found package '$pkgname'"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/CVSROOT/namecheck.sh?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list