Make non-matching globs expand to nothing

Fixup for 2548e3b.
This commit is contained in:
Gunter Labes 2023-05-31 20:23:11 +02:00 committed by GitHub
parent d3f41831b7
commit c013fea7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)