gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2012-g78f928


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2012-g78f928b
Date: Fri, 4 Nov 2016 04:21:18 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  78f928be279fa3c66cdc430b9523a0773eb8a40c (commit)
      from  72dbddf3dfe335113c8e4b691cda07a3b6a379b7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=78f928be279fa3c66cdc430b9523a0773eb8a40c

commit 78f928be279fa3c66cdc430b9523a0773eb8a40c
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Nov 4 06:20:39 2016 +0200

    Remove #! from test/arrayind1.awk.

diff --git a/test/ChangeLog b/test/ChangeLog
index 1080920..dfba45a 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-04         Fabio Berton          <address@hidden>
+
+       * arrayind1.awk: Remove "#!/usr/local/bin/awk -f" as none of the
+       other awk scripts in the test suite have a hashbang.
+
 2016-10-07         Arnold D. Robbins     <address@hidden>
 
        * mpfrmemok1.ok: Update after code change.
diff --git a/test/arrayind1.awk b/test/arrayind1.awk
index 5d4a6f3..59e8b4e 100755
--- a/test/arrayind1.awk
+++ b/test/arrayind1.awk
@@ -1,4 +1,3 @@
-#!/usr/local/bin/awk -f
 # this script renums pedigrees with metafounders
 # so that they are added *before*regular animals
 # mf are ascertained because they are not in the 1st column

-----------------------------------------------------------------------

Summary of changes:
 test/ChangeLog     |    5 +++++
 test/arrayind1.awk |    1 -
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]