aboutsummaryrefslogtreecommitdiff
path: root/abas2html
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-01 03:32:19 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-01 03:32:19 -0400
commit8749c05485753ae501b5617012bba4ab94c5a0c2 (patch)
tree150ddffb710816b319c247778b7b2cb6225008ec /abas2html
parent0c3815d07175ed05052d063a0be48b5d154942a0 (diff)
downloadbw-atari8-tools-8749c05485753ae501b5617012bba4ab94c5a0c2.tar.gz
abas2html: remove a8cat dependency since listamsb no longer uses it.
Diffstat (limited to 'abas2html')
-rwxr-xr-xabas2html1
1 files changed, 0 insertions, 1 deletions
diff --git a/abas2html b/abas2html
index 9e30874..d3465ee 100755
--- a/abas2html
+++ b/abas2html
@@ -95,7 +95,6 @@ esac
checkbin $LISTER
checkbin aha
if [ "$LISTER" = "listamsb" ]; then
- checkbin a8cat
if [ "$MONO" = "1" ]; then
MONO_OPT="-M"
else