summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-30 15:33:18 +0000
committerharti <harti@FreeBSD.org>2004-11-30 15:33:18 +0000
commitc87a620e46b80034db4eb7d25d17ecdf0da14893 (patch)
tree7128e405885e75b71e6f467b588b67688f36d28c /tools/build
parent954d0b33207b5ccf1af6d9cd90a5fbb13a1d0c08 (diff)
downloadFreeBSD-src-c87a620e46b80034db4eb7d25d17ecdf0da14893.zip
FreeBSD-src-c87a620e46b80034db4eb7d25d17ecdf0da14893.tar.gz
Chmod the shell testscript to be executable if it isn't already. According
to the CVS-Meisters x-mode just happens to work, but is not guaranteed to do so. Try to be on the safe side.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/make_check/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index ec35ea7..772a5cb0 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -19,6 +19,7 @@ DATA1:= ${DATA5:S/l/r/g}
NIL=
all:
+ @if [ ! -x ${.CURDIR}/shell_test ] ; then chmod +x ${.CURDIR}/shell_test ; fi
@echo '1..16'
@echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
diff -u ${.CURDIR}/regress.variables.out - || ${MAKE} failure
OpenPOWER on IntegriCloud