diff options
author | Mikhail Kobuk <[email protected]> | 2024-04-13 07:17:27 +0300 |
---|---|---|
committer | Mikhail Kobuk <[email protected]> | 2024-04-13 07:17:27 +0300 |
commit | a078abfcfaf9ea87bd2f9223f4c8b4f6b76004ab (patch) | |
tree | e399b774d2c9d29a1f3818dedba18988d7c5c6e5 /build.sh | |
parent | a288b29ddc37eefeebf41ef25ec7cd60879e3c75 (diff) | |
download | linux-labs-a078abfcfaf9ea87bd2f9223f4c8b4f6b76004ab.tar.gz linux-labs-a078abfcfaf9ea87bd2f9223f4c8b4f6b76004ab.zip |
updated build system
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ for src in ${sources}; do elif [ -f ${src} ] && [ "${src##*.}" == "md" ]; then printf "\tfound md file: ${src}\n" - printf "\t${panexec} ${panflags} ${src} ${panformat} -o ${src%.*}.html" + printf "\t${panexec} ${panflags} ${src} ${panformat} -o ${src%.*}.html\n" ${panexec} ${panflags} ${src} ${panformat} -o ${src%.*}.html else printf "Unknown source (%s) - skipping\n" "$src" |