From 5b085b6c155e22d7d74fb79758f9caa59a1b0c43 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 25 Jun 2022 11:46:26 +0200 Subject: [PATCH] Scripts: Remove obsolete comment --- packaging/package-all.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 4a31e04634..976cf0e612 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -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