From 0e0da2ae3470eeed15656a4d3fcb3ea446de19ca Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:58:57 +0100 Subject: Fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 599f7d4..736441d 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ -#! /bin/sh +#!/bin/sh xargs -a ./content/toc.txt /usr/bin/pandoc --filter /usr/bin/pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml -- cgit v1.2.3