aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/simplaret
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/simplaret')
-rwxr-xr-xtrunk/src/simplaret4
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/simplaret b/trunk/src/simplaret
index 51075bd..c8cc2f7 100755
--- a/trunk/src/simplaret
+++ b/trunk/src/simplaret
@@ -97,7 +97,7 @@ function simplaret_download {
if [ "$protocol" == "http" ]; then
- echo Getting $1/$file:
+ echo Getting $1/$2:
if [ "$HTTP_TOOL" == "wget" ]; then
wget $wget_timeout $wget_verbose $1/$2 -O $3/$file
elif [ "$HTTP_TOOL" == "curl" ]; then
@@ -109,7 +109,7 @@ function simplaret_download {
fi
elif [ "$protocol" == "ftp" ]; then
- echo Getting $1/$file:
+ echo Getting $1/$2:
if [ "$PASSIVE_FTP" == "1" ]; then
wget_passive_ftp="--passive-ftp"