Skip to content

Commit 56bae52

Browse files
authored
mark variables readonly after they are tweaked (#185)
1 parent 89aeecc commit 56bae52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ readonly PR_NUMBER
173173
readonly PR_REPO
174174
readonly DIFFBASE
175175
readonly PDF_ENGINE
176-
readonly PDFLOG_OUTPUT
177-
readonly DIFFPDFLOG_OUTPUT
178176

179177
shift "$(( OPTIND - 1 ))"
180178

@@ -408,6 +406,8 @@ readonly DIFFTEX_OUTPUT
408406
readonly DOCX_OUTPUT
409407
readonly HTML_OUTPUT
410408
readonly LATEX_OUTPUT
409+
readonly PDFLOG_OUTPUT
410+
readonly DIFFPDFLOG_OUTPUT
411411

412412
echo "Starting Build with"
413413
echo "file: ${INPUT_FILE}"

0 commit comments

Comments
 (0)