Skip to content

Commit

Permalink
osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 20, 2014
1 parent caa7d5b commit e8d4732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ms-windows/osgeo4w/postinstall-dev.bat
Expand Up @@ -16,7 +16,7 @@ set OSGEO4W_ROOT=%O4W_ROOT%
REM Do not register extensions if release is installed
if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg"

call "%OSGEO4W_ROOT%"\bin\o4w_env.bat
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
"%OSGEO4W_ROOT%"\apps\@package@\crssync
"%OSGEO4W_ROOT%\apps\@package@\crssync"
1 change: 0 additions & 1 deletion python/plugins/processing/gui/BatchProcessingDialog.py
Expand Up @@ -341,7 +341,6 @@ def addRow(self):
item.setCurrentIndex(0)
self.table.setCellWidget(self.table.rowCount() - 1, i, item)


def showAdvancedParametersClicked(self):
self.showAdvanced = not self.showAdvanced
if self.showAdvanced:
Expand Down

0 comments on commit e8d4732

Please sign in to comment.