summaryrefslogtreecommitdiff
path: root/lib/erl/src/thrift.app.src
diff options
context:
space:
mode:
authorChristopher Piro <cpiro@apache.org>2007-10-02 00:24:07 +0000
committerChristopher Piro <cpiro@apache.org>2007-10-02 00:24:07 +0000
commit42fe4b9a3e20e07160b5f32c652b47fa2cb09141 (patch)
treedf5de2468581f2286c6036f743fb816acb350583 /lib/erl/src/thrift.app.src
parentc7fd7639b7a4fbfd5948d9c552baf118bc94c3c3 (diff)
downloadthrift-42fe4b9a3e20e07160b5f32c652b47fa2cb09141.tar.gz
[thrift] revert 61883
Summary: i suck at git/svn ... commited not enough and with no commitlog Notes: YOU'RE DOING IT WRONG git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665283 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib/erl/src/thrift.app.src')
-rwxr-xr-xlib/erl/src/thrift.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl/src/thrift.app.src b/lib/erl/src/thrift.app.src
index 590e6a9b7..dc2926a0c 100755
--- a/lib/erl/src/thrift.app.src
+++ b/lib/erl/src/thrift.app.src
@@ -35,7 +35,7 @@
{env, []},
% The Module and Args used to start this application.
- {mod, {thrift_app, []}}
+ {mod, {%APP_NAME%, []}}
]
}.