* quick-install-emacs (PRUNED): Fix typo in message.
This commit is contained in:
parent
fa5f7c5f63
commit
296271c006
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-02-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* quick-install-emacs (PRUNED): Fix typo in message.
|
||||
|
||||
2010-01-20 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* revdiff: Remove file that only works with CVS, and isn't really
|
||||
|
|
|
@ -276,7 +276,7 @@ for SUBDIR in lisp leim etc lib-src info; do
|
|||
if [ -d $DST/$DIR ]; then
|
||||
echo Directory $DST/$DIR exists
|
||||
else
|
||||
echo Directory $DST/$DIR non-existant
|
||||
echo Directory $DST/$DIR non-existent
|
||||
if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then
|
||||
maybe_mkdir $DST/$DIR
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue