aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2003-09-15 05:37:06 +0000
committerMiles Bader2003-09-15 05:37:06 +0000
commit7d39bf4c390d88e08a0b216a22bada556f701955 (patch)
tree9eb080a6150fbcbb8b933c6d89dd5f67b65b8e86 /admin
parenteb7b668e8eb0eee652b01fc6d29c228eb75759f0 (diff)
downloademacs-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-xadmin/quick-install-emacs2
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 @@
8PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' 8PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse'
9PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' 9PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin'
10 10
11AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile makefile stamp-subdir .cvsignore .arch-ids {arch} [.][cho]$ make-docfile testfile test-distrib" 11AVOID="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
14PRUNE=no 14PRUNE=no