From 9c39292647448a4ecbefd978473aa2beb9312576 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 1 Apr 2024 00:01:20 +0200 Subject: style(treewide): Reformat --- templates/latex/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'templates/latex/build.sh') diff --git a/templates/latex/build.sh b/templates/latex/build.sh index 1932138..55dae94 100755 --- a/templates/latex/build.sh +++ b/templates/latex/build.sh @@ -8,8 +8,7 @@ else fi # find all directories which are not the destination dir or inside it -find . -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir -do +find . -type d -not -name "$dst" -not -path "./$dst/*" -printf '%P\n' | while IFS= read -r dir; do mkdir --parents "$dst/$dir" done latexmk -outdir="$dst" -file-line-error -pdflatex -recorder ./main.tex -- cgit 1.4.1