stop using bash'isms ('function')

runtest: do not depend on busybox.links
This commit is contained in:
Denis Vlasenko
2007-02-25 00:40:37 +00:00
parent 629563b5d7
commit 018e085d44
2 changed files with 18 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
debug=false
function try {
try() {
added="$1"
shift
$debug && echo "Trying: $* $added"