From 92c9234c5a5919be2b1a066ef62b74e5f8d50cbb Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Sun, 20 Dec 2020 20:36:50 +0100 Subject: remove path --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 3ba7202..209ec7f 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh -xargs -a ./content/toc.txt /usr/bin/pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml +xargs -a ./content/toc.txt pandoc -H content/preamble.tex --citeproc -o build/book.pdf ./config/.pandoc-config.yml -- cgit v1.2.3