Thrift compiler to tokenize args by " " so you can use script files
authorMark Slee <mcslee@apache.org>
Wed, 27 Sep 2006 18:50:48 +0000 (18:50 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 27 Sep 2006 18:50:48 +0000 (18:50 +0000)
commitfdbee8102def9c8597081b90a60cf8048a1e7835
treeb0641e2e7b5c9543e0bc1f1a8137a6f70f619a43
parent5bcde6eba9a46baad799d9a8652dffb0de87cd95
Thrift compiler to tokenize args by " " so you can use script files

Summary: if you do #!/usr/local/bin/thrift --php --cpp it shows up as one arg: "--php --cpp" so you need to tokenize that

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664805 13f79535-47bb-0310-9956-ffa450edef68
compiler/cpp/src/main.cc