summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-10-01 18:09:42 +0000
committerru <ru@FreeBSD.org>2007-10-01 18:09:42 +0000
commit3a28a0c9f35b9b658af878c37fd3df407c1b7adf (patch)
tree6388218e62ead4e9f48892028d56bee0698d959a /tools
parentf08f11a9255f177a3efba3d698cba34b2c6bf1c7 (diff)
downloadFreeBSD-src-3a28a0c9f35b9b658af878c37fd3df407c1b7adf.zip
FreeBSD-src-3a28a0c9f35b9b658af878c37fd3df407c1b7adf.tar.gz
The shell_1_sh test was failing with "make -jX".
Approved by: re (kensmith)
Diffstat (limited to 'tools')
-rw-r--r--tools/build/make_check/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 4c2389a..e57e70c 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -262,7 +262,7 @@ shell_1_csh:
.if make(shell_1_sh)
.SHELL: name="sh"
shell_1_sh:
- @ps -ax -opid,command | awk '$$1=="'$$$$'" { print $$2 }' | grep -q '^/bin/sh$$'
+ @ps -ax -opid,command | awk '$$1=="'$$$$'" { print $$2 }' | grep -E -q '^(/bin/)?sh$$'
.endif
.if make(shell_2)
OpenPOWER on IntegriCloud