Skip to content

Commit

Permalink
creatensis.pl: always reload setup.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed May 18, 2015
1 parent 93a948f commit 1dd7271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/creatensis.pl
Expand Up @@ -73,7 +73,7 @@
my %md5;
my $package;

system "wget $wgetopt -O setup.ini -c $root$archpath/$ininame";
system "wget $wgetopt -O setup.ini $root$archpath/$ininame";
die "download of setup.ini failed" if $?;
open F, "setup.ini" || die "setup.ini not found";
while(<F>) {
Expand Down

0 comments on commit 1dd7271

Please sign in to comment.