[tools] version.sh initializes printed variables when displaying help

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2024-03-28 01:12:36 +01:00 committed by Roman Tsisyk
parent 9347453d66
commit a4781d12f2

View file

@ -80,10 +80,11 @@ Where format is one of the following arguments (shows current values):
EOF
}
init
if [ -z ${1:-} ] || [[ ! $(type -t "$1") == function ]]; then
usage
exit 1
else
init
"$1"
fi