Skip to content

Commit e04628c

Browse files
authored
Update lib.sh
1 parent 6e13304 commit e04628c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dependencies() {
110110
log "ERROR: The '$dep' dependency is required, but is not available."
111111
if isdarwin; then
112112
case "$dep" in
113-
gsed|gawk)
113+
gsed | gawk)
114114
log "- brew install $dep"
115115
;;
116116
esac

0 commit comments

Comments
 (0)