commit 72d10482d72dad05bea1abbe534f5cd7f8840fa9
parent 6007bf6b7b2a4e966b1e1779ab97dbe2488716cf
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 8 Jul 2020 14:26:47 +0200
Fix error message formatting
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/cdoc b/.local/bin/cdoc
@@ -104,7 +104,7 @@ handle_target() {
run_compile "pdfmom '$1' > '$out'" "$1"
fi;;
*)
- die "File type ${1##*.} not supported\\n";;
+ die "File type ${1##*.} not supported";;
esac
else
die "cannot read $1"