diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:59:28 +0200 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-03-17 22:59:28 +0200 |
| commit | a1b68a54a8fdd7a61ab9aaf19a5ada599cfb08e7 (patch) | |
| tree | 639d0ffbb2c36b982c42b144087e57e857bafe64 /missing | |
| parent | 17e974bac1ab2b101cc3ba5fcef61725b7469c7b (diff) | |
| parent | cd2ff61aaf4938092517880ad7655828d99a3cb9 (diff) | |
| download | gawk-memory-work.tar.gz | |
Merge branch 'master' into memory-workmemory-work
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*) |
