diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-25 00:40:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-02-25 00:40:37 +0000 |
commit | 018e085d44206305f1d20e0111236f96f8d78c80 (patch) | |
tree | 148484a341996d5f6fb12e336505624aafc5bcf6 /scripts | |
parent | 629563b5d7baee9a2008cd102924be6d55321bb7 (diff) | |
download | busybox-018e085d44206305f1d20e0111236f96f8d78c80.tar.gz |
stop using bash'isms ('function')
runtest: do not depend on busybox.links
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/trylink | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trylink b/scripts/trylink index dfe282db5..3ac249c73 100755 --- a/scripts/trylink +++ b/scripts/trylink @@ -2,7 +2,7 @@ debug=false -function try { +try() { added="$1" shift $debug && echo "Trying: $* $added" |