summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.thrift
diff options
context:
space:
mode:
authorChristopher Piro <cpiro@apache.org>2007-09-18 06:23:33 +0000
committerChristopher Piro <cpiro@apache.org>2007-09-18 06:23:33 +0000
commit93a0664affc0805d11c9d69ae9989e96f2700842 (patch)
treedaa5392f33fe1daf9f129588bdc7d74a659e6221 /tutorial/tutorial.thrift
parent0f6cc29f7237e4d2b1b757848e27ccc3efdbc513 (diff)
downloadthrift-93a0664affc0805d11c9d69ae9989e96f2700842.tar.gz
[thrift] spruce up Erlang binding for tonight's release
Summary: * got rid of most of the otp_base jonx ... save that for a future release unfortunately * cleaned up the tutorial server, added -erl to tutorial.thrift's shebang * made better README and TODO Test Plan: checked out a copy, read my directions, built and ran the tutorial, and pretended that it didn't blow git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial/tutorial.thrift')
-rw-r--r--tutorial/tutorial.thrift2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift
index 8af016a1b..7b377d66f 100644
--- a/tutorial/tutorial.thrift
+++ b/tutorial/tutorial.thrift
@@ -1,4 +1,4 @@
-#!/usr/local/bin/thrift -cpp -java -py -php -rb -perl -xsd -r
+#!/usr/local/bin/thrift -cpp -java -py -php -rb -perl -erl -xsd -r
#
# Thrift Tutorial
# Mark Slee (mcslee@facebook.com)