Refactor _f_last_updated

This commit is contained in:
Stig-Ørjan Smelror 2024-02-12 23:03:26 +01:00
parent a34812d11c
commit 48b2f30ea7

2
qsgen2
View File

@ -427,7 +427,7 @@ function _f_last_updated() {
if [[ ${globaldebug} == "true" ]]; then if [[ ${globaldebug} == "true" ]]; then
local debug=true local debug=true
else else
local debug=false local debug=true
fi fi
local file_path="${1}" local file_path="${1}"