Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-06-05 10:16:14 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-06-05 10:16:14 +0300
commite9ff471e1caf5f396b411b113c20f34e267a9124 (patch)
tree0ee3d73f407097793e46dedc304949d92eb25681 /cmake/modules/NSIS.template.in
parenteb6d29a2231f5b86684d1a9988f656bcb0758c34 (diff)
Revert "NSIS: Star Trek taught me: "Reversing the polarity will fix it". It's true."
This reverts commit 0f7773ff9963b722aed187a9ea293239e9c01aab.
Diffstat (limited to 'cmake/modules/NSIS.template.in')
-rw-r--r--cmake/modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index ec8fa1d2a..0c8376b00 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -259,7 +259,7 @@ FunctionEnd
!macro CheckForProcess processName gotoWhenFound gotoWhenNotFound
${nsProcess::FindProcess} ${processName} $R0
- StrCmp $R0 0 ${gotoWhenFound} ${gotoWhenNotFound}
+ StrCmp $R0 "0" ${gotoWhenNotFound} ${gotoWhenFound}
!macroend
!macro ConfirmEndProcess processName