diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 17:56:20 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2013-11-14 17:56:20 +0000 |
| commit | c4a5fd41d2188aa8cbfa34818eaa806cbf5d3e7e (patch) | |
| tree | 74c7c2d986ccf435e6c8a83dcaa8708681bf40db /qpid/cpp/rubygen/cppgen.rb | |
| parent | 3ae327a1ebf49141aceb6c80d4659e0c14bc442b (diff) | |
| download | qpid-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-x | qpid/cpp/rubygen/cppgen.rb | 2 |
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. # |
