blob: 4a38c1e56db8a135eb43fa47cbafd3a367d4f5a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- doc/bash.1~ Fri May 31 00:45:57 2002
+++ doc/bash.1 Fri May 31 00:48:52 2002
@@ -1456,7 +1456,9 @@
is excluded from the list of matched filenames.
A sample value is
.if t \f(CW".o:~"\fP.
-.if n ".o:~".
+.if n ".o:~"
+(Quoting is needed when assigning a value to this variable,
+which contains tildes).
.TP
.B GLOBIGNORE
A colon-separated list of patterns defining the set of filenames to
|