Skip to content

Commit

Permalink
mark variables readonly after they are tweaked (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner authored Sep 20, 2024
1 parent 89aeecc commit 56bae52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ readonly PR_NUMBER
readonly PR_REPO
readonly DIFFBASE
readonly PDF_ENGINE
readonly PDFLOG_OUTPUT
readonly DIFFPDFLOG_OUTPUT

shift "$(( OPTIND - 1 ))"

Expand Down Expand Up @@ -408,6 +406,8 @@ readonly DIFFTEX_OUTPUT
readonly DOCX_OUTPUT
readonly HTML_OUTPUT
readonly LATEX_OUTPUT
readonly PDFLOG_OUTPUT
readonly DIFFPDFLOG_OUTPUT

echo "Starting Build with"
echo "file: ${INPUT_FILE}"
Expand Down

0 comments on commit 56bae52

Please sign in to comment.