diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-02-01 09:50:44 -0500 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2015-02-01 09:50:44 -0500 |
commit | a3eb4b0a735b4fbd60ed66154befd31c56b601db (patch) | |
tree | c599a9b69f74610a807019356333a1bc32d1cfd7 /missing | |
parent | 6322f5a157959473624345252df752d09e711e88 (diff) | |
parent | 86cd3e2cb5117c5800997d3bb363b6d5470be3ce (diff) | |
download | egawk-a3eb4b0a735b4fbd60ed66154befd31c56b601db.tar.gz egawk-a3eb4b0a735b4fbd60ed66154befd31c56b601db.tar.bz2 egawk-a3eb4b0a735b4fbd60ed66154befd31c56b601db.zip |
Merge branch 'master' into select
Diffstat (limited to 'missing')
-rwxr-xr-x | missing | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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*) |