From a03b03f08f304a5fe4598b95a55edd58a4ab2b17 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 23 Nov 2005 19:18:34 +0000 Subject: removing ruby shebang at the top of all of the files git-svn-id: https://reductivelabs.com/svn/puppet/trunk@755 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/lexer.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/lexer.rb b/lib/puppet/parser/lexer.rb index 2918d3947..36a69b174 100644 --- a/lib/puppet/parser/lexer.rb +++ b/lib/puppet/parser/lexer.rb @@ -1,6 +1,3 @@ -#!/usr/local/bin/ruby -w - -# $Id$ # the scanner/lexer @@ -224,3 +221,5 @@ module Puppet #--------------------------------------------------------------- end end + +# $Id$ -- cgit