Fix test2.sh

-strings is now found in /usr/pkg/bin
This commit is contained in:
Arun Thomas 2011-07-26 13:50:57 +02:00
parent 93bb4036ce
commit 3b08b34ceb

View file

@ -2,7 +2,7 @@
# Shell script #2 used to test MINIX.
PATH=:/bin:/usr/bin
PATH=:/bin:/usr/bin:/usr/pkg/bin
export PATH
# CC="exec cc -wo -F" # nonstandard flags for ACK :-(