aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJuanma Barranquero2010-02-14 18:30:41 +0100
committerJuanma Barranquero2010-02-14 18:30:41 +0100
commit296271c0061063fbc92cdf9b7b6ab745e5809eb2 (patch)
treec0321587b1b27dc338e3a57dba3964aae0628dd8 /admin
parentfa5f7c5f63979de761dc3aa6ae232aa4b97b7663 (diff)
downloademacs-296271c0061063fbc92cdf9b7b6ab745e5809eb2.tar.gz
emacs-296271c0061063fbc92cdf9b7b6ab745e5809eb2.zip
* quick-install-emacs (PRUNED): Fix typo in message.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rwxr-xr-xadmin/quick-install-emacs2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index a43dbe931f0..da7ef59e8e6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12010-02-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * quick-install-emacs (PRUNED): Fix typo in message.
4
12010-01-20 Glenn Morris <rgm@gnu.org> 52010-01-20 Glenn Morris <rgm@gnu.org>
2 6
3 * revdiff: Remove file that only works with CVS, and isn't really 7 * revdiff: Remove file that only works with CVS, and isn't really
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 5e862812c85..2fda74b0832 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -276,7 +276,7 @@ for SUBDIR in lisp leim etc lib-src info; do
276 if [ -d $DST/$DIR ]; then 276 if [ -d $DST/$DIR ]; then
277 echo Directory $DST/$DIR exists 277 echo Directory $DST/$DIR exists
278 else 278 else
279 echo Directory $DST/$DIR non-existant 279 echo Directory $DST/$DIR non-existent
280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then 280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then
281 maybe_mkdir $DST/$DIR 281 maybe_mkdir $DST/$DIR
282 fi 282 fi