Skip to content

Commit

Permalink
Make non-matching globs expand to nothing
Browse files Browse the repository at this point in the history
Fixup for 2548e3b.
  • Loading branch information
soliton- authored May 31, 2023
1 parent d3f4183 commit c013fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/CI/schema_validation.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

shopt -s globstar
shopt -s globstar nullglob

TERM=${TERM-xterm} # hopefully a good approximation of what github supports
reset=$(tput sgr0)
Expand Down

0 comments on commit c013fea

Please sign in to comment.