mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 11:07:41 +00:00
Make non-matching globs expand to nothing
Fixup for 2548e3b.
This commit is contained in:
parent
d3f41831b7
commit
c013fea7ef
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user