diff options
Diffstat (limited to 'shell/msh_test/run-all')
-rwxr-xr-x | shell/msh_test/run-all | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/msh_test/run-all b/shell/msh_test/run-all index 43bc9fc0b..29f62a5e2 100755 --- a/shell/msh_test/run-all +++ b/shell/msh_test/run-all | |||
@@ -1,8 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | test -x msh || { | 3 | test -x msh || { |
4 | echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'" | 4 | echo "No ./msh - creating a link to ../../busybox" |
5 | exit | 5 | ln -s ../../busybox msh |
6 | } | 6 | } |
7 | 7 | ||
8 | PATH="$PWD:$PATH" # for msh | 8 | PATH="$PWD:$PATH" # for msh |