Scripts: Remove obsolete comment

This commit is contained in:
Unrud
2022-06-25 11:46:26 +02:00
committed by Matthias Mailänder
parent c29f1590c9
commit 5b085b6c15

View File

@@ -26,7 +26,6 @@ function build_package() (
./buildpackage.sh "${GIT_TAG}" "${BUILD_OUTPUT_DIR}"
)
#exit on any non-zero exited (failed) command
if [[ "$OSTYPE" == "darwin"* ]]; then
build_package macos
else