lemnos / theme.sh

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

awk problem on chromeOS #5

Closed ysr23 closed 3 years ago

ysr23 commented 3 years ago
$ awk -W version
mawk 1.3.3 Nov 1996, Copyright (C) Michael D. Brennan

compiled limits:
max NF             32767
sprintf buffer      2040
$ theme.sh/theme.sh -l
awk: line 24: illegal reference to array mru

I'm having a problem with -i as well but am trying to find out a bit more about truecolor on the chromeos terminal app before creating that ticket

lemnos commented 3 years ago

It looks like mawk doesn't implement 'length' on arrays. This should be patched now. Please confirm :).

ysr23 commented 3 years ago

perfect, ty.