lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 51eae39: Fix defect introduced 20180416T1932Z


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 51eae39: Fix defect introduced 20180416T1932Z: boolean parity error
Date: Mon, 16 Apr 2018 17:04:49 -0400 (EDT)

branch: master
commit 51eae397205fe34798fb6269a03daca820b5f57c
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix defect introduced 20180416T1932Z: boolean parity error
---
 install_wx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_wx.sh b/install_wx.sh
index 047113d..ae308ac 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -75,7 +75,7 @@ git checkout "$wx_commit_sha"
 # Get any new submodules that may have been added, even if nested.
 git submodule update "$coefficiency" --recursive --init
 
-if [ "$wx_skip_clean" = 1 ]
+if [ "$wx_skip_clean" != 1 ]
 then
     rm --force --recursive "$build_dir"
     # This incidentally removes wxPdfDoc, but it's a good idea to rebuild that



reply via email to

[Prev in Thread] Current Thread [Next in Thread]