From 1b05a7d0344ad75e2b2e79e29f304194f6ea0c48 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 7 Jan 2014 13:32:38 +0000 Subject: [PATCH] PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable. The perfect is the enemy of the good. --- distrib/sets/makesrctars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sets/makesrctars b/distrib/sets/makesrctars index bacbe2af15d1..2f3ae838a61b 100755 --- a/distrib/sets/makesrctars +++ b/distrib/sets/makesrctars @@ -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}"