msh testsuite: fix false positive, tweak run stript
This commit is contained in:
parent
3a014b85dc
commit
ccff0b962c
@ -1,2 +1,2 @@
|
|||||||
./: cannot execute
|
./: can't execute
|
||||||
126
|
126
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
test -x msh || {
|
test -x msh || {
|
||||||
echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'"
|
echo "No ./msh - creating a link to ../../busybox"
|
||||||
exit
|
ln -s ../../busybox msh
|
||||||
}
|
}
|
||||||
|
|
||||||
PATH="$PWD:$PATH" # for msh
|
PATH="$PWD:$PATH" # for msh
|
||||||
|
Loading…
Reference in New Issue
Block a user