Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
  • Loading branch information
nicolasbock committed Sep 22, 2023
1 parent d34b074 commit 35bf1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ docs() {
make -C "${BUILD_DIR}/docs/latex" 2>&1 | tee -a "${LOG_FILE}"
check_pipe_error
if test -f "${BUILD_DIR}/docs/latex/refman.pdf"; then
cp -v "${BUILD_DIR}/docs/latex/refman.pdf" "${TOP_DIR}/bml-manual.pdf"
cp -v "${BUILD_DIR}/docs/latex/refman.pdf" "${TOP_DIR}/bml-manual.pdf"
fi
}

Expand Down

0 comments on commit 35bf1c2

Please sign in to comment.