summaryrefslogtreecommitdiff
path: root/get.pl
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 22:38:13 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 22:38:13 +0200
commitbb8dc3f8f4f72b17b99d48ea30bd364b361ea829 (patch)
treeb6c8fdcd877b216a07d684be2e6345d0bd17d02e /get.pl
parent978f4fcc296c7841aa2eee1409ad0d428bf96179 (diff)
env
Diffstat (limited to 'get.pl')
-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 {