]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix test2.sh
authorArun Thomas <arun@minix3.org>
Tue, 26 Jul 2011 11:50:57 +0000 (13:50 +0200)
committerArun Thomas <arun@minix3.org>
Tue, 26 Jul 2011 11:50:57 +0000 (13:50 +0200)
-strings is now found in /usr/pkg/bin

test/testsh2.sh

index a2a50958de6e188fb81fe5338373c716d94fa170..fcfd7e3e9791a7e9bfc695b51d3ea3f315a39fa7 100755 (executable)
@@ -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 :-(