]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
simplaret: small fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sat, 5 May 2007 06:19:45 +0000 (06:19 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Sat, 5 May 2007 06:19:45 +0000 (06:19 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@368 04377dda-e619-0410-9926-eae83683ac58

trunk/doc/CHANGELOG
trunk/src/simplaret

index bd570871726925cdb13fe83e1600586be567712f..ee0495c5a744f23624f0c251ed0f4dda3718a626 100644 (file)
@@ -1,6 +1,12 @@
 simplepkg changelog
 ===================
 
+0.5pre22
+========
+
+  - simplaret:
+    - small fix
+
 0.5pre21
 ========
 
index 51075bdb7702ffddd477375c3234b60e332ff77e..c8cc2f7db82866b09d8f20c42b15888e6e9a1ccf 100755 (executable)
@@ -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"