summaryrefslogtreecommitdiff
path: root/cpp/rubygen/generate
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-02 21:00:54 +0000
committerAlan Conway <aconway@apache.org>2007-08-02 21:00:54 +0000
commitcd6b4ba256effcf6c3e3f69a74e51d82c579e2ea (patch)
treef45ef849bb8d138c6e709464dc71e4cb502fa0cf /cpp/rubygen/generate
parent029c638fd23d3e53a58ca521209ae62057e59689 (diff)
downloadqpid-python-cd6b4ba256effcf6c3e3f69a74e51d82c579e2ea.tar.gz
Generate boost::variants for each class. Not yet used on trunk.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@562255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen/generate')
-rwxr-xr-xcpp/rubygen/generate2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/generate b/cpp/rubygen/generate
index 09b27211af..ce9e7afc1b 100755
--- a/cpp/rubygen/generate
+++ b/cpp/rubygen/generate
@@ -16,7 +16,7 @@ If OUTDIR is '-' then just prints file list without generating files.
EOS
exit 1
end
-outdir=ARGV[0]
+Outdir=ARGV[0]
specs=ARGV.grep(/\.xml$/)
templates=ARGV.grep(/\.rb$/)
Amqp=AmqpRoot.new(*specs)