changeset 13702:7f83788c7dab

init.sh: correct an outdated comment * tests/init.sh (create_exe_shims_): s/function/alias/
author Jim Meyering <meyering@redhat.com>
date Sat, 18 Sep 2010 08:49:55 +0200
parents c11192d889cf
children 2fc14f6d73d4
files ChangeLog tests/init.sh
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -262,7 +262,7 @@
 # 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