Skip to content

Commit

Permalink
Fix the shebangs for the tutorial thrift files
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668932 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Kevin Clark committed Jun 18, 2008
1 parent fe897d3 commit 7618fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit 7618fb4

Please sign in to comment.