From 59e948e3291e672cc24f6d47a2baddc51bf60b82 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:44:52 +0100 Subject: Fix slash --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 4aae3fd..f661809 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #! /bin/bash -xargs -a ./content/toc.txt pandoc --filter pandoc-citeproc -o build/book.pdf ./config/.pandoc-config.yml +xargs -a ./content/toc.txt pandoc ./config/.pandoc-config.yml --filter pandoc-citeproc -o build/book.pdf -- cgit v1.2.3