diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-17 15:14:09 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-17 15:14:09 +0000 |
| commit | ce4c49417b7f8192c7a0da757745dafc32fb6de5 (patch) | |
| tree | 633151a02cba35804b217c4faef6a83574406c9f /ext/module_puppet | |
| parent | 0472b2410225927226272c5ecc14d1ab6cdb9f09 (diff) | |
| download | puppet-ce4c49417b7f8192c7a0da757745dafc32fb6de5.tar.gz puppet-ce4c49417b7f8192c7a0da757745dafc32fb6de5.tar.xz puppet-ce4c49417b7f8192c7a0da757745dafc32fb6de5.zip | |
Fixing puppetmodule to use env to find ruby
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1798 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'ext/module_puppet')
| -rwxr-xr-x | ext/module_puppet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/module_puppet b/ext/module_puppet index ee377446b..458f698fc 100755 --- a/ext/module_puppet +++ b/ext/module_puppet @@ -1,4 +1,4 @@ -#!/usr/bin/ruby +#!/usr/bin/env ruby # # = Synopsis |
