diff options
Diffstat (limited to 'test/beginfile2.in')
-rw-r--r-- | test/beginfile2.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/beginfile2.in b/test/beginfile2.in index 5b7cc833..34043e72 100644 --- a/test/beginfile2.in +++ b/test/beginfile2.in @@ -26,7 +26,7 @@ BEGINFILE { } END { print "executing END rule" - ARGV[ARGC++] = "beginfile.sh"; + ARGV[ARGC++] = src; count = 0 while (getline> 0) count++; @@ -44,7 +44,7 @@ BEGINFILE { } END { print "executing END rule" - ARGV[ARGC++] = "beginfile.sh"; + ARGV[ARGC++] = src; getline print $0 print "Done executing END rule" |