diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-18 21:24:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-09-18 21:24:28 +0300 |
commit | 3e4ea22c1306a6fce3908e17857b78f541ec415f (patch) | |
tree | 35dac53a4ebd0a108c4987cc6bd6f8d630bdb14b /extension/build-aux/compile | |
parent | 4de8268b55a21cb4310762c08207d7bdd518adfc (diff) | |
parent | 7bef3e3f1db4dccc35a91e6bb16fdc4bbd2535a1 (diff) | |
download | egawk-3e4ea22c1306a6fce3908e17857b78f541ec415f.tar.gz egawk-3e4ea22c1306a6fce3908e17857b78f541ec415f.tar.bz2 egawk-3e4ea22c1306a6fce3908e17857b78f541ec415f.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'extension/build-aux/compile')
-rwxr-xr-x | extension/build-aux/compile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/build-aux/compile b/extension/build-aux/compile index 2ab71e4e..f8e99f0f 100755 --- a/extension/build-aux/compile +++ b/extension/build-aux/compile @@ -1,7 +1,7 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2016-01-11.22; # UTC +scriptversion=2017-09-16.17; # UTC # Copyright (C) 1999-2017 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. @@ -17,7 +17,7 @@ scriptversion=2016-01-11.22; # UTC # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a |