diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-28 09:24:39 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-04-28 09:24:39 +0300 |
commit | 1dd19986291bdd1129ac08eec40d963a65170422 (patch) | |
tree | db8691d1977691892ae56f5e5f0a38c46cb77b31 /bootstrap.sh | |
parent | b1a975ef676d812b6d80259cf7b95a90aee238c7 (diff) | |
download | egawk-1dd19986291bdd1129ac08eec40d963a65170422.tar.gz egawk-1dd19986291bdd1129ac08eec40d963a65170422.tar.bz2 egawk-1dd19986291bdd1129ac08eec40d963a65170422.zip |
Minor fix in bootstrap.sh.
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |