mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
support fips-cpython and maybe make-sfx on macos
This commit is contained in:
parent
ad18b6e15e
commit
f62dd0e3cc
4 changed files with 5 additions and 9 deletions
|
@ -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" ] &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue