move comment

This commit is contained in:
Cebtenzzre 2023-09-15 16:36:41 -04:00
parent 6adc3b6ea6
commit e75ba80552

View file

@ -7,8 +7,8 @@ build_commit="unknown"
build_compiler="unknown"
build_target="unknown"
# git is broken on WSL so we need to strip extra newlines
if out=$(git rev-list --count HEAD); then
# git is broken on WSL so we need to strip extra newlines
build_number=$(printf '%s' "$out" | tr -d '\n')
fi