[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [lmi-commits] master 98877e0 3/5: Enable debugging for 'instal
From: |
Vadim Zeitlin |
Subject: |
Re: [lmi] [lmi-commits] master 98877e0 3/5: Enable debugging for 'install_*.sh' |
Date: |
Mon, 9 Apr 2018 02:15:51 +0200 |
On Sun, 8 Apr 2018 16:08:15 -0400 (EDT) Greg Chicares <address@hidden> wrote:
GC> branch: master
GC> commit 98877e09568ad03abb50049dd9e85ad624fedad7
GC> Author: Gregory W. Chicares <address@hidden>
GC> Commit: Gregory W. Chicares <address@hidden>
GC>
GC> Enable debugging for 'install_*.sh'
GC> ---
GC> install_msw.sh | 2 +-
GC> install_wx.sh | 4 ++--
GC> 2 files changed, 3 insertions(+), 3 deletions(-)
GC>
GC> diff --git a/install_msw.sh b/install_msw.sh
GC> index c5816fe..268781d 100755
GC> --- a/install_msw.sh
GC> +++ b/install_msw.sh
GC> @@ -21,7 +21,7 @@
GC> # email: <address@hidden>
GC> # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
GC>
GC> -set -v
GC> +set -vx
Is it really a good idea to do it by default? I do use -x when debugging
or even just testing shell scripts, of course, but I do it by running them
via "/bin/sh -x script-path" which is simple enough and doesn't spew out
tons of unwanted information when not debugging/testing.
VZ
- Re: [lmi] [lmi-commits] master 98877e0 3/5: Enable debugging for 'install_*.sh',
Vadim Zeitlin <=