Skip to content

Commit 0d91fc8

Browse files
committed
images: polish latex verification script a bit
Some cosmetic improvements Signed-off-by: Michael Adam <obnox@samba.org>
1 parent 15f55bf commit 0d91fc8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

verify-install_latex.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -euo pipefail
44

55
echo "verifying latex install."
66

7+
echo "1. verifying that make is installed."
8+
79
echo "checking for 'make'"
810
if ls -l /usr/bin/make ; then
911
echo "/usr/bin/make found"
@@ -18,6 +20,6 @@ if ls -l /usr/bin/make ; then
1820
fi
1921

2022

21-
echo "verifying commands and latexclass"
23+
echo "2. verifying working of commands and availability of the article document class"
2224

2325
make --version && pdflatex --version && kpsewhich article.cls

0 commit comments

Comments
 (0)