Update define.sh

This commit is contained in:
Kroese 2024-06-05 18:23:41 +02:00 committed by GitHub
parent 69e176c97e
commit 6c92568f12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -446,7 +446,7 @@ printEdition() {
;;
esac
[ -n "$edition" ] && result="$result $edition"
[ -n "$edition" ] && result+=" $edition"
echo "$result"
return 0