From 7618fb42fb67ab505257d56558149f6b955430da Mon Sep 17 00:00:00 2001 From: Kevin Clark Date: Wed, 18 Jun 2008 01:02:46 +0000 Subject: [PATCH] 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 --- tutorial/shared.thrift | 2 +- tutorial/tutorial.thrift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.17.1