init.sh: correct an outdated comment
authorJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 06:49:55 +0000 (08:49 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 18 Sep 2010 06:49:55 +0000 (08:49 +0200)
* tests/init.sh (create_exe_shims_):  s/function/alias/

ChangeLog
tests/init.sh

index 4caca7c3b5b0bd14f191fa52702166459f09f4b3..86277d64225116bc9c792d9c60e74668251fc64a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-09-18  Jim Meyering  <meyering@redhat.com>
 
+       init.sh: correct an outdated comment
+       * tests/init.sh (create_exe_shims_):  s/function/alias/
+
        init.sh: don't let an ephemeral "*.exe" make us skip all dir entries
        * tests/init.sh (find_exe_basenames_): Don't give up on a directory if
        a file named "*.exe" is removed between the glob expansion and the
index 20357ce9c22ef7fb334d852c75d33239cc754b62..a57de77a2f1ac47a83be0adf463b8c05b9221790 100644 (file)
@@ -262,7 +262,7 @@ find_exe_basenames_()
 # For each file name of the form PROG.exe, create an alias named
 # PROG that simply invokes PROG.exe, then return 0.  If any selected
 # file name or the directory name, $1, contains an unexpected character,
-# define no function and return 1.
+# define no alias and return 1.
 create_exe_shims_()
 {
   case $EXEEXT in