Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
5.5.0: Final touches for BSD compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Ari Archer <[email protected]>
  • Loading branch information
Ari Archer committed Nov 19, 2022
1 parent 99bfe4b commit d3e8a66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Small
- Minimalistic
- GPL3 licensing
- Cross platform between UNIX-like distributions
- Cross platform between UNIX-like distributions (below is a small list of tested ones)
- Linux
- Gentoo
- Void
Expand Down
6 changes: 3 additions & 3 deletions baz
Original file line number Diff line number Diff line change
Expand Up @@ -347,14 +347,14 @@ baz_loader_baz_log() {
baz_loader() {
use sed head awk printf grep read echo

local idx=0 loader shasum

shasum=sha1
if ! do_error=no use "$shasum"; then
shasum="${shasum}sum"
use "$shasum" || error 'Sha1/sha1sum dependency error: Unable to locate a valid sha1 hash tool'
use "$shasum" || error 'sha1/sha1sum dependency error: Unable to locate a valid sha1 hashing tool'
fi

local idx=0 loader

loader="$(sed \
-e "$(baz_loader_q 'BAZ_DATA_DIR' "$BAZ_DIR")" \
-e "$(baz_loader_q 'BAZ_PLUG_DIR' "$BAZ_PLUGDIR")" \
Expand Down

0 comments on commit d3e8a66

Please sign in to comment.