diff options
| author | Miles Bader | 2003-09-15 05:37:06 +0000 |
|---|---|---|
| committer | Miles Bader | 2003-09-15 05:37:06 +0000 |
| commit | 7d39bf4c390d88e08a0b216a22bada556f701955 (patch) | |
| tree | 9eb080a6150fbcbb8b933c6d89dd5f67b65b8e86 /admin | |
| parent | eb7b668e8eb0eee652b01fc6d29c228eb75759f0 (diff) | |
| download | emacs-7d39bf4c390d88e08a0b216a22bada556f701955.tar.gz emacs-7d39bf4c390d88e08a0b216a22bada556f701955.zip | |
Revision: miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-45
Quote braces in regexp passed to egrep/awk
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/quick-install-emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index 18cc660508e..9415bab3d12 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' | 8 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' |
| 9 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' | 9 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' |
| 10 | 10 | ||
| 11 | AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids {arch} [.][cho]$ make-docfile testfile test-distrib" | 11 | AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids \{arch\} [.][cho]$ make-docfile testfile test-distrib" |
| 12 | 12 | ||
| 13 | # Prune old binaries lying around in the source tree | 13 | # Prune old binaries lying around in the source tree |
| 14 | PRUNE=no | 14 | PRUNE=no |