From 96e7d89a56021cef2f2cee75534e7f9c5bc97609 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@225 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Net.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5