diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-08-08 01:33:36 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-08-08 01:33:36 +0000 |
| commit | 2dc4dbb9673c9a3309c2dad59cb588c6f04beaea (patch) | |
| tree | efa730ff2430a75fdf2284e308776af5a440fcd0 /contrib/file/missing | |
| parent | a99020fbf3ffe31318986bb40b186f440983d71b (diff) | |
| parent | ad1ba6e1e032f79d03b9a6e2c714de84d1911b3a (diff) | |
Notes
Diffstat (limited to 'contrib/file/missing')
| -rwxr-xr-x | contrib/file/missing | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/file/missing b/contrib/file/missing index cdea514931f5..f62bbae306c7 100755 --- a/contrib/file/missing +++ b/contrib/file/missing @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2012-06-26.16; # UTC +scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -160,7 +160,7 @@ give_advice () ;; autom4te*) echo "You might have modified some maintainer files that require" - echo "the 'automa4te' program to be rebuilt." + echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) |
