Fix unset var in template install script

Pro Tip: Don't code on the train early in the morning
This commit is contained in:
Nathan Woodrow 2017-04-06 02:45:50 +01:00
parent 53e3f3bc2d
commit b76bfdee7e

View File

@ -6,8 +6,8 @@ IF NOT EXIST "%WIZARDS%" (
mkdir "%WIZARDS%"
)
IF NOT EXIST "%TEMPLATES%\qgis" (
mklink /J "%TEMPLATES%\qgis" %CD%\templates\wizards\qgis
IF NOT EXIST "%WIZARDS%\qgis" (
mklink /J "%WIZARDS%\qgis" %CD%\templates\wizards\qgis
)
IF NOT EXIST "%CODESTYLES%" (