Skip to content

Commit

Permalink
Fix unset var in template install script
Browse files Browse the repository at this point in the history
Pro Tip: Don't code on the train early in the morning
  • Loading branch information
NathanW2 committed Apr 6, 2017
1 parent 53e3f3b commit b76bfde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editors/QtCreator/install-win.bat
Expand Up @@ -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%" (
Expand Down

0 comments on commit b76bfde

Please sign in to comment.