lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 98877e0 3/5: Enable debugging for 'install_*.


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 98877e0 3/5: Enable debugging for 'install_*.sh'
Date: Sun, 8 Apr 2018 16:08:15 -0400 (EDT)

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

    Enable debugging for 'install_*.sh'
---
 install_msw.sh | 2 +-
 install_wx.sh  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index c5816fe..268781d 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -21,7 +21,7 @@
 # email: <address@hidden>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
-set -v
+set -vx
 
 # To get the latest version of this script:
 #
diff --git a/install_wx.sh b/install_wx.sh
index 02c4adf..cc87f12 100755
--- a/install_wx.sh
+++ b/install_wx.sh
@@ -21,6 +21,8 @@
 # email: <address@hidden>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
+set -vxe
+
 # Configurable settings 
########################################################
 
 wx_git_url=${wx_git_url:-"https://github.com/wxWidgets/wxWidgets.git"}
@@ -41,8 +43,6 @@ wx_dir=/opt/lmi/third_party/vcs/wxWidgets
 
 # Script commands 
##############################################################
 
-set -e
-
 if [ ! -d $wx_dir ]
 then
     wx_dir_parent=${wx_dir%/*}



reply via email to

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