From: Kevin Clark Date: Wed, 18 Jun 2008 01:02:46 +0000 (+0000) Subject: Fix the shebangs for the tutorial thrift files X-Git-Tag: 0.2.0~617 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7618fb42fb67ab505257d56558149f6b955430da;p=common%2Fthrift.git 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 --- diff --git a/tutorial/shared.thrift b/tutorial/shared.thrift index 28de2412..087ee93d 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 bf0ffa0a..6e839398 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)