aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-31 23:45:16 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-01-31 23:45:16 +0000
commitf7a7f074f020b429e916c0c9fa89f865f01ccdbc (patch)
tree048f1576e6aa39e541926bd445155b89c3977123 /src
parentd78566890f20e3e30684b06d3c821088b8c99395 (diff)
downloadsimplepkg-f7a7f074f020b429e916c0c9fa89f865f01ccdbc.tar.gz
simplepkg-f7a7f074f020b429e916c0c9fa89f865f01ccdbc.tar.bz2
simplaret: more file retrieval enhancements
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@141 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
-rwxr-xr-xsrc/simplaret2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplaret b/src/simplaret
index 7a68b48..add9be8 100755
--- a/src/simplaret
+++ b/src/simplaret
@@ -99,7 +99,7 @@ function simplaret_download {
if [ "$HTTP_TOOL" == "wget" ]; then
wget $wget_timeout $wget_verbose $1/$2 -O $3/$file
elif [ "$HTTP_TOOL" == "curl" ]; then
- curl $curl_timeout $1/$2 > $3/$file
+ curl $curl_timeout $curl_verbose $1/$2 > $3/$file
else
echo $BASENAME: error: invalid value for config variable HTTP_TOOL: $HTTP_TOOL
echo $BASENAME: please check your config file $CONF