diff options
author | Kevin Clark <kclark@apache.org> | 2008-06-18 01:02:46 +0000 |
---|---|---|
committer | Kevin Clark <kclark@apache.org> | 2008-06-18 01:02:46 +0000 |
commit | 7618fb42fb67ab505257d56558149f6b955430da (patch) | |
tree | 577a658a397adbd5a0a4acbce3c3d449331d125c /tutorial | |
parent | fe897d32f19a5c3a919b49669113587ad160badc (diff) | |
download | thrift-7618fb42fb67ab505257d56558149f6b955430da.tar.gz |
Fix the shebangs for the tutorial thrift files
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tutorial')
-rwxr-xr-x | tutorial/shared.thrift | 2 | ||||
-rwxr-xr-x | tutorial/tutorial.thrift | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift index 28de2412c..087ee93d8 100755 --- a/tutorial/shared.thrift +++ b/tutorial/shared.thrift @@ -1,4 +1,4 @@ -#!/usr/local/bin/thrift -cpp -java -py -php -xsd -perl +#!/usr/local/bin/thrift --gen cpp --gen java --gen py --php --xsd --perl /** * This Thrift file can be included by other Thrift files that want to share diff --git a/tutorial/tutorial.thrift b/tutorial/tutorial.thrift index bf0ffa0af..6e8393988 100755 --- a/tutorial/tutorial.thrift +++ b/tutorial/tutorial.thrift @@ -1,4 +1,4 @@ -#!/usr/local/bin/thrift -cpp -java -py -php -rb -perl -erl -xsd -r +#!/usr/local/bin/thrift --gen cpp --gen java --gen py --php --gen rb --gen perl --erl --xsd -r # # Thrift Tutorial # Mark Slee (mcslee@facebook.com) |