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