aboutsummaryrefslogtreecommitdiff
path: root/abas2html
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-02 03:26:42 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-02 03:26:42 -0400
commit459efec37dd964944b7df6bf74f07652ba136343 (patch)
tree0e4c5d388578ec32318ad4304cb1134357a7096f /abas2html
parent8749c05485753ae501b5617012bba4ab94c5a0c2 (diff)
downloadbw-atari8-tools-459efec37dd964944b7df6bf74f07652ba136343.tar.gz
listamsb: support COLORIZE_AMSB environment var.
Diffstat (limited to 'abas2html')
-rwxr-xr-xabas2html2
1 files changed, 1 insertions, 1 deletions
diff --git a/abas2html b/abas2html
index d3465ee..6da890f 100755
--- a/abas2html
+++ b/abas2html
@@ -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