diff options
-rwxr-xr-x | buildconf | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -33,6 +33,11 @@ die(){ findtool(){ file="$1" + if test -f "$file"; then + echo "$file" + return + fi + old_IFS=$IFS; IFS=':' for path in $PATH do |
index : curl | ||
cURL mirror with patches applied | Ben |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | buildconf | 5 |
@@ -33,6 +33,11 @@ die(){ findtool(){ file="$1" + if test -f "$file"; then + echo "$file" + return + fi + old_IFS=$IFS; IFS=':' for path in $PATH do |