support fips-cpython and maybe make-sfx on macos

This commit is contained in:
ed 2022-08-12 16:36:20 +02:00
parent ad18b6e15e
commit f62dd0e3cc
4 changed files with 5 additions and 9 deletions

View file

@ -14,10 +14,6 @@ gtar=$(command -v gtar || command -v gnutar) || true
realpath() { grealpath "$@"; }
}
which md5sum 2>/dev/null >/dev/null &&
md5sum=md5sum ||
md5sum="md5 -r"
mode="$1"
[ -z "$mode" ] &&