X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FFormat.pm;h=99fe5144c433f6f09ab652e5420f5ff2a355be3f;hp=faa9209c9350ea9040fe541b720e24bdbc6fbf88;hb=496fffaa1f2582bd36d8426a0dcf22d94c5fd849;hpb=69c2540886d549bcd11b375cdaeb83ec4646f619 diff --git a/lib/Gruntmaster/Daemon/Format.pm b/lib/Gruntmaster/Daemon/Format.pm index faa9209..99fe514 100644 --- a/lib/Gruntmaster/Daemon/Format.pm +++ b/lib/Gruntmaster/Daemon/Format.pm @@ -73,10 +73,9 @@ sub mkrun{ sub prepare{ my ($name, $format) = @_; our $errors; - my $basename = fileparse $name, qr/\.[^.]*/; get_logger->trace("Preparing file $name..."); - $errors .= `gruntmaster-compile $format $basename $name 2>&1`; + $errors .= `gruntmaster-compile $format $name 2>&1`; $errors .= "\n"; die 'Compile error' if $? }