This commit is contained in:
Gerhard Hoffmann 2022-06-03 20:51:04 +02:00
parent 71bc436a8c
commit 3586951772

View File

@ -1,8 +1,8 @@
#!/bin/bash
# set -x
source ./log_helpers.sh
source ./git_helpers.sh
source ./log_helpers
source ./git_helpers
extract_changed_files () {
local func="${FUNCNAME[0]}"