The shell_1_sh test was failing with "make -jX".

Approved by:	re (kensmith)
This commit is contained in:
ru 2007-10-01 18:09:42 +00:00
parent f08f11a925
commit 3a28a0c9f3

View File

@ -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)