Skip to content

Commit

Permalink
Try fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cjburkey01 committed Jun 18, 2024
1 parent 4164873 commit be05b38
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions scripts/full-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env bash
set -Eeuo pipefail

# This script will build the main English website as well as the website for
# other languages inside the `po` directory.

Expand Down
3 changes: 0 additions & 3 deletions scripts/new-language.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env bash
set -Eeuo pipefail

# Usage: new-language.sh <2ish character identifier>

lang=${1:?"Usage: $0 <language identifier>"}
Expand Down
3 changes: 0 additions & 3 deletions scripts/single-build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env bash
set -Eeuo pipefail

# Usage: single-build.sh <book-lang> <dest-dir>

book_lang=${1:?"Usage: $0 <book-lang> <dest-dir>"}
Expand Down
3 changes: 0 additions & 3 deletions scripts/update-language.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env bash
set -Eeuo pipefail

# Usage: update-language.sh <2ish character identifier>

lang=${1:?"Usage: $0 <language identifier>"}
Expand Down
3 changes: 0 additions & 3 deletions scripts/update-msg-pot.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env bash
set -Eeuo pipefail

MDBOOK_OUTPUT='{"xgettext": {}}' mdbook build -d po
echo "Updated po/messages.pot file"

0 comments on commit be05b38

Please sign in to comment.