all: yet more minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-19 16:03:37 +01:00
parent 54d16a458a
commit a21a006fe9
10 changed files with 54 additions and 20 deletions
+3 -2
View File
@@ -18,8 +18,9 @@ umask 0022
# disable on macOS for now, see https://github.com/upx/upx/issues/612
if [[ "$(uname)" == Darwin ]]; then
echo "$0: SKIPPED"
exit 0
case "$UPX_DEBUG_FORCE_PACK_MACOS" in
"" | "0") echo "$0: SKIPPED"; exit 0 ;;
esac
fi
id || true