aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-25 00:40:37 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-02-25 00:40:37 +0000
commit4a40e650e657a20021c17e66f37c27f5eb08f965 (patch)
tree148484a341996d5f6fb12e336505624aafc5bcf6 /scripts
parente52780fb39410daa3dc3bfeef98ca0040982eae9 (diff)
downloadbusybox-w32-4a40e650e657a20021c17e66f37c27f5eb08f965.tar.gz
busybox-w32-4a40e650e657a20021c17e66f37c27f5eb08f965.tar.bz2
busybox-w32-4a40e650e657a20021c17e66f37c27f5eb08f965.zip
stop using bash'isms ('function')
runtest: do not depend on busybox.links git-svn-id: svn://busybox.net/trunk/busybox@17973 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/trylink2
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
3debug=false 3debug=false
4 4
5function try { 5try() {
6 added="$1" 6 added="$1"
7 shift 7 shift
8 $debug && echo "Trying: $* $added" 8 $debug && echo "Trying: $* $added"