diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 06:20:39 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 06:20:39 +0200 |
commit | 78f928be279fa3c66cdc430b9523a0773eb8a40c (patch) | |
tree | 3390dd55e66fe6ebe4d8e9de96b57261581a0ace /test | |
parent | 72dbddf3dfe335113c8e4b691cda07a3b6a379b7 (diff) | |
download | egawk-78f928be279fa3c66cdc430b9523a0773eb8a40c.tar.gz egawk-78f928be279fa3c66cdc430b9523a0773eb8a40c.tar.bz2 egawk-78f928be279fa3c66cdc430b9523a0773eb8a40c.zip |
Remove #! from test/arrayind1.awk.
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rwxr-xr-x | test/arrayind1.awk | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 10809205..dfba45a0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2016-11-04 Fabio Berton <fabio.berton@ossystems.com.br> + + * 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 <arnold@skeeve.com> * mpfrmemok1.ok: Update after code change. diff --git a/test/arrayind1.awk b/test/arrayind1.awk index 5d4a6f3d..59e8b4ea 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 |