Skip to content

Commit

Permalink
Undo. Will get bashy-lib fix instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Sep 26, 2023
1 parent 7aee1d6 commit 04c57d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ This is a build-only change. The built artifacts should remain the same.

Notable changes:
* Pulled in improved `bashy-lib`, and adjusted accordingly.
* Tweaked build scripts which relied on a now-fixed bug in `jq`. (Aside, yay
finally a new version of `jq`!)

### v0.5.15 -- 2023-08-23

Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/lactoserv/build-js-project
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ function copy-scripts {
fileList="$(
cd "${srcDir}"
find . -mindepth 1 -maxdepth 1 -print0 \
| jval --input=raw0:slurp 'map(.[2:] | select(. != ""))'
| jval --input=raw0:slurp 'map(.[2:])'
)" \
|| return "$?"

Expand Down

0 comments on commit 04c57d8

Please sign in to comment.