From 379c69bf12fa191abbbe3a16545dbace3455f7fa Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Tue, 11 Jul 2017 23:12:38 -0400 Subject: 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. --- libreboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libreboot') 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 . GLOBIGNORE=".:.." # This enables the shell option 'dotglob' as well. -shopt -s nullglob +shopt -s nullglob extglob libreboot_usage() { local action -- cgit v1.2.3-70-g09d2