The shell_1_sh test was failing with "make -jX".
Approved by: re (kensmith)
This commit is contained in:
parent
f08f11a925
commit
3a28a0c9f3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user