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 | ced0e47ada469beadb8e429369d2342c4b9670eb (patch) | |
| tree | f48333d9a2dc01d21aa91f068461ec0b640f16fb /cpp/rubygen | |
| parent | ead7def87c7256ca63069ab69e2f489f9ab1e1e8 (diff) | |
| download | qpid-python-ced0e47ada469beadb8e429369d2342c4b9670eb.tar.gz | |
QPID-5336: Don't hardcode script interpreter location
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541997 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/rubygen')
| -rwxr-xr-x | cpp/rubygen/cppgen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/rubygen/cppgen.rb b/cpp/rubygen/cppgen.rb index 7dc21fe1bc..3d21e7d4fa 100755 --- a/cpp/rubygen/cppgen.rb +++ b/cpp/rubygen/cppgen.rb @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # General purpose C++ code generation. # |
