Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commitbb8294a

Browse files
committed
fix: double start of html/pdf generation fixed
1 parent656489c commitbb8294a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎checkup

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -978,13 +978,6 @@ glue_md_reports() {
978978
echo -e"$tableOfContents">>"${out_fname}"
979979
echo -e"$summaryTable\n\n">>"${out_fname}"
980980
echo -e"$content">>"${out_fname}"
981-
982-
if [["$PDF"=="true" ]];then
983-
./resources/md2pdf.sh --pdf${MD_REPORTS_DIR}/${FULL_REPORT_FNAME}
984-
fi
985-
if [["$HTML"=="true" ]];then
986-
./resources/md2pdf.sh --html${MD_REPORTS_DIR}/${FULL_REPORT_FNAME}
987-
fi
988981
}
989982

990983
#######################################

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp