summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/cppgen.rb
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-11-14 17:56:20 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-11-14 17:56:20 +0000
commitc4a5fd41d2188aa8cbfa34818eaa806cbf5d3e7e (patch)
tree74c7c2d986ccf435e6c8a83dcaa8708681bf40db /qpid/cpp/rubygen/cppgen.rb
parent3ae327a1ebf49141aceb6c80d4659e0c14bc442b (diff)
downloadqpid-python-c4a5fd41d2188aa8cbfa34818eaa806cbf5d3e7e.tar.gz
QPID-5336: Don't hardcode script interpreter location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/cppgen.rb')
-rwxr-xr-xqpid/cpp/rubygen/cppgen.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/rubygen/cppgen.rb b/qpid/cpp/rubygen/cppgen.rb
index 7dc21fe1bc..3d21e7d4fa 100755
--- a/qpid/cpp/rubygen/cppgen.rb
+++ b/qpid/cpp/rubygen/cppgen.rb
@@ -1,4 +1,4 @@
-#!/usr/bin/ruby
+#!/usr/bin/env ruby
#
# General purpose C++ code generation.
#