Skip to content

Commit

Permalink
added <space> hack
Browse files Browse the repository at this point in the history
  • Loading branch information
ECS Webmaster committed Jul 25, 2011
1 parent 6419765 commit 7694603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/grinder
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ sub new
{
my( $id, $value ) = split( /=/, $right );
$value = 1 if !defined $value;
$value =~ s/<space>/ /g; #ugh!
$self->{$left}->{$id} = $value;
}
elsif( $left eq "include" || $left eq "in" )
Expand Down

0 comments on commit 7694603

Please sign in to comment.