diff options
author | delphij <delphij@FreeBSD.org> | 2014-12-30 19:39:31 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-12-30 19:39:31 +0000 |
commit | 48f640fb39a51412c289cf60a37e13bf69f64cf3 (patch) | |
tree | 7261a54be7ebfea2364c4b429cf16a0472a3ba8e /contrib/file/missing | |
parent | 8630086ac2460da5edb45eecd6eb3c6bc44dc31f (diff) | |
download | FreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.zip FreeBSD-src-48f640fb39a51412c289cf60a37e13bf69f64cf3.tar.gz |
MFC r275698: MFV r275696: file 5.21.
Diffstat (limited to 'contrib/file/missing')
-rwxr-xr-x | contrib/file/missing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/file/missing b/contrib/file/missing index cdea514..db98974 100755 --- a/contrib/file/missing +++ b/contrib/file/missing @@ -1,7 +1,7 @@ #! /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. # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. @@ -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*) |