set $PATH to avoid (e.g.) /usr/local/bin/grep (gnu grep) being found
which has unexpected return codes compared to minix grep.
This commit is contained in:
parent
b90b5898e4
commit
150a68c940
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
||||
t=/etc/binary_sizes
|
||||
|
||||
if [ "$#" -ne 1 ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user