mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
miller 6.8.0
This commit is contained in:
parent
59e63272ae
commit
7ec36162ba
7 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue