diff -r fbdadf5760c2 -r bd2269b6cd99 lib/scripts/getfunctions --- a/lib/scripts/getfunctions Sun Dec 13 13:16:07 2020 +0100 +++ b/lib/scripts/getfunctions Sun Dec 13 13:29:04 2020 +0100 @@ -20,7 +20,7 @@ fi export -f platform_path standard_path -#GNU tar (notably on Mac OS X) +#GNU tar (notably on macOS) if type -p gnutar >/dev/null then function tar() { gnutar "$@"; }