From e788d58641f9cde5a9b969d4d9f0065c5318f0a1 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Thu, 7 Apr 2016 16:38:53 +1000 Subject: [PATCH] Correct an NSIS log statement Bad copy-and-paste, by the look of it. --- pkg/nsis/win32.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nsis/win32.nsi b/pkg/nsis/win32.nsi index b67a7771..da8242db 100644 --- a/pkg/nsis/win32.nsi +++ b/pkg/nsis/win32.nsi @@ -16,7 +16,7 @@ !ifndef SPECIAL_BUILD !define /ifndef SPECIAL_BUILD "Internal" -!echo "SPECIAL_BUILD defaulted to '${VCRDIR}'" +!echo "SPECIAL_BUILD defaulted to '${SPECIAL_BUILD}'" !endif SetCompressor lzma