From 849b53431ef15fe24a2fe945852989ab1b2cdd59 Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 3 Jan 2001 13:44:47 +0000 Subject: [PATCH] - &system typo. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@225 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Net.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Net.pl b/src/Net.pl index 967bb90..5f662dd 100644 --- a/src/Net.pl +++ b/src/Net.pl @@ -54,7 +54,7 @@ sub ftpGet { &status("FTP: local size is $lsize; downloading.") if ($verbose_ftp); } else { &status("FTP: same size; skipping."); - &system("touch $thisfile"); # lame hack. + system("touch $thisfile"); # lame hack. $ftp->quit(); return 1; } -- 2.39.2