diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-01 03:32:19 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-01 03:32:19 -0400 |
commit | 8749c05485753ae501b5617012bba4ab94c5a0c2 (patch) | |
tree | 150ddffb710816b319c247778b7b2cb6225008ec /abas2html | |
parent | 0c3815d07175ed05052d063a0be48b5d154942a0 (diff) | |
download | bw-atari8-tools-8749c05485753ae501b5617012bba4ab94c5a0c2.tar.gz |
abas2html: remove a8cat dependency since listamsb no longer uses it.
Diffstat (limited to 'abas2html')
-rwxr-xr-x | abas2html | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -95,7 +95,6 @@ esac checkbin $LISTER checkbin aha if [ "$LISTER" = "listamsb" ]; then - checkbin a8cat if [ "$MONO" = "1" ]; then MONO_OPT="-M" else |