Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets PR/46182: Andreas Gustafsson: Make all files en...
details: https://anonhg.NetBSD.org/src/rev/671501e01eb0
branches: trunk
changeset: 325818:671501e01eb0
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 07 13:32:38 2014 +0000
description:
PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
The perfect is the enemy of the good.
diffstat:
distrib/sets/makesrctars | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r ff66c62b0983 -r 671501e01eb0 distrib/sets/makesrctars
--- a/distrib/sets/makesrctars Tue Jan 07 13:32:21 2014 +0000
+++ b/distrib/sets/makesrctars Tue Jan 07 13:32:38 2014 +0000
@@ -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 @@
-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}"
Home |
Main Index |
Thread Index |
Old Index