diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:30:53 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-21 14:30:53 +0200 |
commit | b93f884037cf5fb58029cb9108923609aa94dc2a (patch) | |
tree | d0e7ce3800a3eb978c1b3e97fe6b688776e34337 /test/beginfile2.sh | |
parent | d45dee9add229d64ca875c11c78392e1a80dc100 (diff) | |
download | egawk-b93f884037cf5fb58029cb9108923609aa94dc2a.tar.gz egawk-b93f884037cf5fb58029cb9108923609aa94dc2a.tar.bz2 egawk-b93f884037cf5fb58029cb9108923609aa94dc2a.zip |
Fix beginfile2 for running outside of srcdir.
Diffstat (limited to 'test/beginfile2.sh')
-rwxr-xr-x | test/beginfile2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/beginfile2.sh b/test/beginfile2.sh index 19deef62..abf9efe0 100755 --- a/test/beginfile2.sh +++ b/test/beginfile2.sh @@ -2,7 +2,7 @@ # beginfile2.sh --- test BEGINFILE/ENDFILE/getline/nextfile/exit combinations -AWK="../gawk" +#AWK="../gawk" AWKPROG="beginfile2.in" SCRIPT=`basename $0` |