diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-02 03:26:42 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-02 03:26:42 -0400 |
commit | 459efec37dd964944b7df6bf74f07652ba136343 (patch) | |
tree | 0e4c5d388578ec32318ad4304cb1134357a7096f /abas2html | |
parent | 8749c05485753ae501b5617012bba4ab94c5a0c2 (diff) | |
download | bw-atari8-tools-459efec37dd964944b7df6bf74f07652ba136343.tar.gz |
listamsb: support COLORIZE_AMSB environment var.
Diffstat (limited to 'abas2html')
-rwxr-xr-x | abas2html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ if [ "$LISTER" = "listamsb" ]; then if [ "$MONO" = "1" ]; then MONO_OPT="-M" else - checkbin colorize-amsb + checkbin "${COLORIZE_AMSB:-colorize-amsb}" fi else if [ "$MONO" = "1" ]; then |