]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-backport.sh: restore "set -x" when in debug mode 31734/head
authorNathan Cutler <ncutler@suse.com>
Tue, 19 Nov 2019 12:49:18 +0000 (13:49 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 19 Nov 2019 12:53:21 +0000 (13:53 +0100)
commitfb60d2ffcea2d8b89e22dc1feac7c69ffbfe9ee7
treeecf27ff20ac1efeb4d112c5cf4f3951f98439020
parent0cb63573d8f86106a10a4418833aceb2dd25ad90
ceph-backport.sh: restore "set -x" when in debug mode

Recently, "set -x"/"set +x" code was added to show the user which git commands
the script is running. This code was inadvertently deactivating "set -x" when
running in debug mode.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-backport.sh