diff lib-src/update-elc.sh @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents b9518feda344
children c7528f8e288d
line wrap: on
line diff
--- a/lib-src/update-elc.sh	Mon Aug 13 09:03:47 2007 +0200
+++ b/lib-src/update-elc.sh	Mon Aug 13 09:04:33 2007 +0200
@@ -21,7 +21,7 @@
 done
 
 if test ! -d lisp/. ; then
-  echo "$0: Can't find the \`lisp' directory."
+  echo "$0: Cannot find the \`lisp' directory."
   exit 1
 fi
 
@@ -60,7 +60,7 @@
 # first recompile the byte-compiler, so that the other compiles take place
 # with the latest version (assuming we're compiling the lisp dir of the emacs
 # we're running, which might not be the case, but often is.)
-echo "Checking the byte compiler... "
+echo "Checking the byte compiler..."
 $REAL -batch -q -no-site-file -f batch-byte-recompile-directory lisp/bytecomp
 
 # Prepare for byte-compiling directories with directory-specific instructions