commit | 7618fb42fb67ab505257d56558149f6b955430da | [log] [tgz] |
---|---|---|
author | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:02:46 2008 +0000 |
committer | Kevin Clark <kclark@apache.org> | Wed Jun 18 01:02:46 2008 +0000 |
tree | 577a658a397adbd5a0a4acbce3c3d449331d125c | |
parent | fe897d32f19a5c3a919b49669113587ad160badc [diff] [blame] |
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 28de241..087ee93 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