Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
creatensis.pl: avoid (harmless) postinstall.log message
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
ms-windows/osgeo4w/creatensis.pl
|
@@ -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"; |
|
|
|
|
|