]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Net.pl
- &system typo.
[infobot.git] / 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;
            }