migration from private to rsa
[external/bash.git] / debian / patches / man-fignore.dpatch
1 #! /bin/sh -e
2
3 if [ $# -eq 3 -a "$2" = '-d' ]; then
4     pdir="-d $3"
5 elif [ $# -ne 1 ]; then
6     echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
7     exit 1
8 fi
9 case "$1" in
10     -patch) patch $pdir -f --no-backup-if-mismatch -p1 < $0;;
11     -unpatch) patch $pdir -f --no-backup-if-mismatch -R -p1 < $0;;
12     *)
13         echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
14         exit 1
15 esac
16 exit 0
17
18 # DP: bash(1): mention quoting when assigning to FIGNORE
19
20 diff -urb bash.orig/doc/bash.1 bash/doc/bash.1
21 --- bash.orig/doc/bash.1        2003-09-25 21:42:45.000000000 +0200
22 +++ bash/doc/bash.1     2003-09-28 00:25:21.000000000 +0200
23 @@ -1584,7 +1584,9 @@
24  is excluded from the list of matched filenames.
25  A sample value is
26  .if t \f(CW".o:~"\fP.
27 -.if n ".o:~".
28 +.if n ".o:~"
29 +(Quoting is needed when assigning a value to this variable,
30 +which contains tildes).
31  .TP
32  .B GLOBIGNORE
33  A colon-separated list of patterns defining the set of filenames to