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 @@ #!/bin/sh test -x hush || { - echo "No ./hush?! Perhaps you want to run 'ln -s ../../busybox hush'" - exit + echo "No ./hush - creating a link to ../../busybox" + ln -s ../../busybox hush } PATH="$PWD:$PATH" # for hush and recho/zecho/printenv |