aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/network/protbase.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 13:22:00 +0300
commit6cc7d587a710606d3fe52222707739c7cc1b8651 (patch)
tree2b6360852d8f966bd83eeb6efd8af90f8e9b83f9 /awklib/eg/network/protbase.awk
parente888f1834b88270590b7e04d64c03c75863e4565 (diff)
downloadegawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.gz
egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.tar.bz2
egawk-6cc7d587a710606d3fe52222707739c7cc1b8651.zip
Move to gawk-3.1.3.
Diffstat (limited to 'awklib/eg/network/protbase.awk')
-rw-r--r--awklib/eg/network/protbase.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/network/protbase.awk b/awklib/eg/network/protbase.awk
index 16199e45..f4a911c9 100644
--- a/awklib/eg/network/protbase.awk
+++ b/awklib/eg/network/protbase.awk
@@ -4,7 +4,7 @@ END {
BLASTService = "/inet/tcp/0/www.ncbi.nlm.nih.gov/80"
printf "POST /cgi-bin/BLAST/nph-blast_report HTTP/1.0\n" |& BLASTService
printf "Content-Length: " length(request) "\n\n" |& BLASTService
- printf request |& BLASTService
+ printf request |& BLASTService
while ((BLASTService |& getline) > 0)
print $0
close(BLASTService)