lemnos / theme.sh

A script which lets you set your $terminal theme.
Other
912 stars 45 forks source link

macOS: `awk: invalid -v option` #17

Closed isker closed 3 years ago

isker commented 3 years ago

Seems that #2 has re-emerged? Same error, same workaround (brew install gawk).

lemnos commented 3 years ago

Oops. Give the latest commit a try.

isker commented 3 years ago
~ λ which awk
/usr/bin/awk
~ λ awk --version
awk version 20070501
~ λ theme.sh -l > /dev/null && echo $status
0

Thanks!