miller 6.8.0

This commit is contained in:
John Kerl 2023-06-04 15:07:38 -04:00
parent 59e63272ae
commit 7ec36162ba
7 changed files with 11 additions and 6 deletions

View file

@ -53,6 +53,8 @@ fi
tar=/usr/bin/tar
if [ -x /usr/local/bin/gtar ]; then
tar=/usr/local/bin/gtar
elif [ -x /opt/homebrew/bin/gtar ]; then
tar=/opt/homebrew/bin/gtar
fi
if [ ! -x "$tar" ]; then
echo "$0: "$tar" is not executable. Please edit this script with the path." 1>&2