mirror of
https://github.com/dynup/kpatch
synced 2025-01-16 10:00:45 +00:00
Merge pull request #233 from jpoimboe/debug-xtrace
kpatch-build: show all bash commands with DEBUG option
This commit is contained in:
commit
ed0a3897b2
@ -128,6 +128,7 @@ while [[ $# -gt 0 ]]; do
|
||||
-d|--debug)
|
||||
echo "DEBUG mode enabled"
|
||||
DEBUG=1
|
||||
set -o xtrace
|
||||
;;
|
||||
--)
|
||||
if [[ -z "$2" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user