aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Dürkop <axel.duerkop@tuhh.de>2020-12-20 20:36:50 +0100
committerAxel Dürkop <axel.duerkop@tuhh.de>2020-12-20 20:36:50 +0100
commit92c9234c5a5919be2b1a066ef62b74e5f8d50cbb (patch)
treefea56fe8218f99d667462202c492bbe1380887ee
parentc22fad030eb25048a856f5a7da50e09f7007ec7c (diff)
remove path
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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