From a51268e3b947a58e0808b0db249c1d08ac6f44a9 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 29 Jan 2011 17:26:22 +0100 Subject: when using nullglob for specific sections, return to default bash behavior again afterwards --- src/aif-report-issues.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/aif-report-issues.sh') diff --git a/src/aif-report-issues.sh b/src/aif-report-issues.sh index 5ed18f4..06be8c8 100755 --- a/src/aif-report-issues.sh +++ b/src/aif-report-issues.sh @@ -31,6 +31,7 @@ then bin=${bin/ /} # for some reason there is a space in the beginning report="$report\n$i $bin" done + shopt -u nullglob fi echo "It can also be useful to upload a list of currently mounted filesystems:" -- cgit v1.2.3-54-g00ecf