mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
VERSION_EXTRACTOR: added debug output
This commit is contained in:
parent
5d65c6e12a
commit
4e81b3b8ee
|
@ -32,3 +32,5 @@ fetch_manifest_version(){
|
|||
manifest_version=$(echo "$manifest_version" | awk '{$1=$1;print}')
|
||||
echo "$manifest_version"
|
||||
}
|
||||
|
||||
echo "Version extractor functions loaded"
|
Loading…
Reference in a new issue