From: Arun Thomas Date: Tue, 26 Jul 2011 11:50:57 +0000 (+0200) Subject: Fix test2.sh X-Git-Tag: v3.2.0~410 X-Git-Url: http://zhaoyanbai.com/repos/nslookup.html?a=commitdiff_plain;h=3b08b34ceb3cd08a58c58d294570688a5e0d1d48;p=minix.git Fix test2.sh -strings is now found in /usr/pkg/bin --- diff --git a/test/testsh2.sh b/test/testsh2.sh index a2a50958d..fcfd7e3e9 100755 --- a/test/testsh2.sh +++ b/test/testsh2.sh @@ -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 :-(