From ce4c49417b7f8192c7a0da757745dafc32fb6de5 Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 17 Oct 2006 15:14:09 +0000 Subject: Fixing puppetmodule to use env to find ruby git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1798 980ebf18-57e1-0310-9a29-db15c13687c0 --- ext/module_puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/module_puppet') 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 -- cgit