]> git.donarmstrong.com Git - infobot.git/commitdiff
- &system typo.
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Jan 2001 13:44:47 +0000 (13:44 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Jan 2001 13:44:47 +0000 (13:44 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@225 c11ca15a-4712-0410-83d8-924469b57eb5

src/Net.pl

index 967bb9064cfd6f8c17ac4ab32f2012ebd9673630..5f662dd9709087c3823a60ef56d644d5fae5d149 100644 (file)
@@ -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;
            }