Skip to content

Commit

Permalink
chore: enforce strict shell script run policy
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Jan 11, 2025
1 parent 9f6afac commit b05d01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -euo pipefail

pushd /toolkit

Expand Down
2 changes: 2 additions & 0 deletions utils/makepkg.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
set -euo pipefail

cp utils/PKGBUILD.* .
sed -i "s/99999999/${DATE}/" PKGBUILD.*
makepkg -p PKGBUILD.pinyin
Expand Down

0 comments on commit b05d01c

Please sign in to comment.