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:
Ben Gras 2006-08-17 14:03:06 +00:00
parent b90b5898e4
commit 150a68c940

View File

@ -1,5 +1,7 @@
#!/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin
t=/etc/binary_sizes
if [ "$#" -ne 1 ]