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