Module Name:    src
Committed By:   christos
Date:           Tue Jan  7 13:32:38 UTC 2014

Modified Files:
        src/distrib/sets: makesrctars

Log Message:
PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
The perfect is the enemy of the good.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/makesrctars

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/makesrctars
diff -u src/distrib/sets/makesrctars:1.38 src/distrib/sets/makesrctars:1.39
--- src/distrib/sets/makesrctars:1.38	Mon Nov 30 11:13:23 2009
+++ src/distrib/sets/makesrctars	Tue Jan  7 08:32:38 2014
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-#	$NetBSD: makesrctars,v 1.38 2009/11/30 16:13:23 uebayasi Exp $
+#	$NetBSD: makesrctars,v 1.39 2014/01/07 13:32:38 christos Exp $
 #
 # makesrctars srcdir setdir
 #	Create source tarballs in setdir from the source under srcdir.
@@ -97,7 +97,7 @@ makeset()
 			-e 's:type=dir:& mode=0775:' \
 			-e 's:$: uname=root gname=wsrc:' \
 			-e '/\/move-if-change /s:\(mode\)=[0-9]*:\1=0775:' \
-			-e '/^\.\/build.sh /s:\(mode\)=[0-9]*:\1=0775:' | \
+			-e '/^\.\/.*[.-]sh /s:\(mode\)=[0-9]*:\1=0775:' | \
 		${PAX} -M -N "${PASSWD}" -w -d -s'|^\.|'"${srcprefix}"'|' | \
 		${GZIP_CMD} > "${setdir}/${set}"
 	rm -f "${intmp}"

Reply via email to