Fix test2.sh
-strings is now found in /usr/pkg/bin
This commit is contained in:
parent
93bb4036ce
commit
3b08b34ceb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Shell script #2 used to test MINIX.
|
# Shell script #2 used to test MINIX.
|
||||||
|
|
||||||
PATH=:/bin:/usr/bin
|
PATH=:/bin:/usr/bin:/usr/pkg/bin
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
# CC="exec cc -wo -F" # nonstandard flags for ACK :-(
|
# CC="exec cc -wo -F" # nonstandard flags for ACK :-(
|
||||||
|
|
Loading…
Reference in a new issue