diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | bootstrap.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-04-28 Arnold D. Robbins <arnold@skeeve.com> + + * bootstrap.sh: Fix a comment. + 2013-04-24 Arnold D. Robbins <arnold@skeeve.com> * io.c (do_getline_redir): Fix the leading comment. diff --git a/bootstrap.sh b/bootstrap.sh index cd6ed10d..496d8a03 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -34,7 +34,7 @@ touch extension/configh.in sleep 1 touch test/Maketests find . -name Makefile.in -print | xargs touch -touch doc/gawk.texi # make later than gawkman.texi +touch doc/gawk.texi # make later than gawktexi.in sleep 1 touch doc/*.info touch po/*.gmo |