summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/get.pl b/get.pl
index 470dd6b..1ace44f 100755
--- a/get.pl
+++ b/get.pl
@@ -36,7 +36,7 @@ foreach my $s (@ARGV){
system('rm', $fn);
system('rm', $clean_fn);
print "downloading $clean_fn\n";
- system(`which wget`, '-O', $clean_fn, $s);
+ system('wget', '-O', $clean_fn, $s);
system('/usr/bin/perl', 'dataset.pl', $clean_fn);
$fn = $clean_fn;
} else {