Closed bellhyve closed 10 months ago
The dev
branch should work now. If not, it should run on many systems with one of the following:
AWK=gawk
AWK=nawk
Or by installing the original-awk
or gawk
packages. Testing edge cases before pushing to main.
Mawk is much more sensitive to undefined elements, which need fixing:
zelta sync
jlist() function.report(LOG_WARNING
)Also, Debian stock cloud VM doesn't include time. So we can:
apt install time
TIME_COMMAND='bash -c time -p
and fix the detection of command times.Fixed.
Because of course it does.
zelta
shell wrapper: For mawk/gawk, use "-c" flag for Kerrigan modezelta match
andsync
: To-do: Use POSIX time via/usr/bin/time -p
and match^real \d+[^ ]+#
.zelta sync
: Fix the quote wrapper functionq()
.close()
parenthesisWhat else?