diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-12 20:23:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-01-12 20:23:19 +0200 |
commit | f934f2192779db0091d1706d97d1fd43cb26dc9a (patch) | |
tree | cadd683f27dd5b59804be14be3d6077387472c60 /bootstrap.sh | |
parent | 1daf400c55ab311c43f1cfa0a253955d81c0c2e7 (diff) | |
parent | 6c09c80378028858d439158d923f94a72d30efc6 (diff) | |
download | egawk-f934f2192779db0091d1706d97d1fd43cb26dc9a.tar.gz egawk-f934f2192779db0091d1706d97d1fd43cb26dc9a.tar.bz2 egawk-f934f2192779db0091d1706d97d1fd43cb26dc9a.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 496d8a03..85cdd196 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ # bootstrap.sh --- touch relevant files to avoid out-of-date issues in # Git sandboxes -# Copyright (C) 2007, 2009-2013 the Free Software Foundation, Inc. +# Copyright (C) 2007, 2009-2014 the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. @@ -41,4 +41,3 @@ touch po/*.gmo touch po/stamp-po touch awkgram.c touch command.c -touch version.c |