aboutsummaryrefslogtreecommitdiff
path: root/shell/msh_test/run-all
diff options
context:
space:
mode:
Diffstat (limited to 'shell/msh_test/run-all')
-rwxr-xr-xshell/msh_test/run-all4
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 @@
#!/bin/sh
test -x msh || {
- echo "No ./msh?! Perhaps you want to run 'ln -s ../../busybox msh'"
- exit
+ echo "No ./msh - creating a link to ../../busybox"
+ ln -s ../../busybox msh
}
PATH="$PWD:$PATH" # for msh