fix version string parsing

This commit is contained in:
Nick Sweeting 2023-12-17 17:44:26 -08:00
parent d5f1411ed1
commit 4a4ed2cad6
4 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,6 @@
# set -o xtrace
set -o errexit
set -o errtrace
set -o nounset
set -o pipefail
IFS=$'\n'