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=96e7d89a56021cef2f2cee75534e7f9c5bc97609;p=infobot.git - &system typo. git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@225 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Net.pl b/blootbot/src/Net.pl index 967bb90..5f662dd 100644 --- a/blootbot/src/Net.pl +++ b/blootbot/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; }