Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
creatensis.pl: avoid (harmless) postinstall.log message
  • Loading branch information
jef-n committed May 20, 2017
1 parent 6a9073a commit 0be274f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/creatensis.pl
Expand Up @@ -274,7 +274,7 @@ sub getDeps {
my $r = ">>postinstall.log 2>&1\r\n";

print F "\@echo off\r\n";
print F "del postinstall.log\r\n";
print F "if exist postinstall.log del postinstall.log\r\n";
print F "set OSGEO4W_ROOT_MSYS=%OSGEO4W_ROOT:\\=/%$r";
print F "if \"%OSGEO4W_ROOT_MSYS:~1,1%\"==\":\" set OSGEO4W_ROOT_MSYS=/%OSGEO4W_ROOT_MSYS:~0,1%/%OSGEO4W_ROOT_MSYS:~3%$r";

Expand Down

0 comments on commit 0be274f

Please sign in to comment.