lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master fdad359: Do not fail to simplify logic unless


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fdad359: Do not fail to simplify logic unless it is uncomplicated
Date: Sat, 7 Apr 2018 13:12:01 -0400 (EDT)

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

    Do not fail to simplify logic unless it is uncomplicated
---
 install_wx.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/install_wx.sh b/install_wx.sh
index 5e8def0..c2ef32d 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -64,9 +64,8 @@ else
         then
             git fetch "$wx_git_url"
         fi
+        git checkout "$wx_commit_sha"
     fi
-
-    [ -n "$skip_update" ] || git checkout "$wx_commit_sha"
 fi
 
 if [ "$skip_update" != 1 ]



reply via email to

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