diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:44:52 +0100 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2020-11-10 11:44:52 +0100 |
commit | 59e948e3291e672cc24f6d47a2baddc51bf60b82 (patch) | |
tree | 13ea36d5a4deba6b5857bfc00441c219c81c36e3 /build.sh | |
parent | 4162dc29e9eb364d8eab41814b7eb62798331469 (diff) |
Fix slash
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |