VERSION_EXTRACTOR: added debug output

This commit is contained in:
XargonWan 2024-07-18 13:25:52 +09:00
parent 5d65c6e12a
commit 4e81b3b8ee

View file

@ -32,3 +32,5 @@ fetch_manifest_version(){
manifest_version=$(echo "$manifest_version" | awk '{$1=$1;print}') manifest_version=$(echo "$manifest_version" | awk '{$1=$1;print}')
echo "$manifest_version" echo "$manifest_version"
} }
echo "Version extractor functions loaded"