From 459efec37dd964944b7df6bf74f07652ba136343 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 2 Apr 2025 03:26:42 -0400 Subject: listamsb: support COLORIZE_AMSB environment var. --- abas2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abas2html') 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 -- cgit v1.2.3