diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-26 16:32:25 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-26 16:32:25 +0000 |
commit | 88a77d0ddac584fbba7b2292e3e43d7154c0123b (patch) | |
tree | 44f510008f875110f7b7f565d79f0968db66e2cc /grpmi/curl_download/test.pl | |
parent | 213a3a5ccf66dd591316e71a126bf1ae75e8adcf (diff) | |
download | rpmdrake-88a77d0ddac584fbba7b2292e3e43d7154c0123b.tar rpmdrake-88a77d0ddac584fbba7b2292e3e43d7154c0123b.tar.gz rpmdrake-88a77d0ddac584fbba7b2292e3e43d7154c0123b.tar.bz2 rpmdrake-88a77d0ddac584fbba7b2292e3e43d7154c0123b.tar.xz rpmdrake-88a77d0ddac584fbba7b2292e3e43d7154c0123b.zip |
meuh
Diffstat (limited to 'grpmi/curl_download/test.pl')
-rwxr-xr-x | grpmi/curl_download/test.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/grpmi/curl_download/test.pl b/grpmi/curl_download/test.pl index e7f36e17..21359c3d 100755 --- a/grpmi/curl_download/test.pl +++ b/grpmi/curl_download/test.pl @@ -15,7 +15,9 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# +# +# $Id$ +# #***************************************************************************** use strict; @@ -29,4 +31,4 @@ $| = 1; my $res = curl_download::download($ARGV[0], '/tmp', sub { $_[0] and printf "Progressing download, %d%% done.\r", 100*$_[1]/$_[0] }); -printf "Download finished. Results is (void resultas == success):\n%s\n", $res; +printf "Download finished. Results is (void results == success):\n%s\n", $res; |