Merge pull request #233 from jpoimboe/debug-xtrace

kpatch-build: show all bash commands with DEBUG option
This commit is contained in:
Seth Jennings 2014-06-04 07:57:35 -05:00
commit ed0a3897b2

View File

@ -128,6 +128,7 @@ while [[ $# -gt 0 ]]; do
-d|--debug)
echo "DEBUG mode enabled"
DEBUG=1
set -o xtrace
;;
--)
if [[ -z "$2" ]]; then