aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-07-11 23:12:38 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-07-11 23:12:38 -0400
commit379c69bf12fa191abbbe3a16545dbace3455f7fa (patch)
tree8c65246c0a95da83761430a481709b9cc674dac1 /libreboot
parentc4dcb20a18150c3471d3c44122af866f35482c57 (diff)
downloadlibrebootfr-379c69bf12fa191abbbe3a16545dbace3455f7fa.tar.gz
librebootfr-379c69bf12fa191abbbe3a16545dbace3455f7fa.zip
Enable 'extglob' and replace some brace expansions
Replace brace expansions with extended globs in a couple of places where brace expansions were erroneously used in place of actual pattern matching. This avoids potential errors concerning nonexisting files when patching sources.
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index cb3e3831..ce3735d0 100755
--- a/libreboot
+++ b/libreboot
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
GLOBIGNORE=".:.." # This enables the shell option 'dotglob' as well.
-shopt -s nullglob
+shopt -s nullglob extglob
libreboot_usage() {
local action