Fix typo: install.sh -> install-sh.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 19:15:59 +0000 (19:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 May 2006 19:15:59 +0000 (19:15 +0000)
ChangeLog

index 6e19f24..3f293a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@
 
 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
 
-       * lib/install.sh: Handle --, and diagnose unknown options.
+       * lib/install-sh: Handle --, and diagnose unknown options.
        * m4/mkdirp.m4 (AM_PROG_MKDIR_P): In the normal case, set
        mkdir_p='mkdir -p', not to 'mkdir -p --', for consistency with
        the other ways that mkdir_p might be set.