From: dms Date: Wed, 3 Jan 2001 13:44:47 +0000 (+0000) Subject: - &system typo. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=849b53431ef15fe24a2fe945852989ab1b2cdd59;p=infobot.git - &system typo. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@225 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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; }