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-w32-018e085d44206305f1d20e0111236f96f8d78c80.tar.gz busybox-w32-018e085d44206305f1d20e0111236f96f8d78c80.tar.bz2 busybox-w32-018e085d44206305f1d20e0111236f96f8d78c80.zip | |
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 @@ | |||
| 2 | 2 | ||
| 3 | debug=false | 3 | debug=false |
| 4 | 4 | ||
| 5 | function try { | 5 | try() { |
| 6 | added="$1" | 6 | added="$1" |
| 7 | shift | 7 | shift |
| 8 | $debug && echo "Trying: $* $added" | 8 | $debug && echo "Trying: $* $added" |
