X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FGruntmaster%2FDaemon%2FFormat.pm;h=99fe5144c433f6f09ab652e5420f5ff2a355be3f;hb=593a8e6f0682094a1622622971f1143ace9d3980;hp=faa9209c9350ea9040fe541b720e24bdbc6fbf88;hpb=a552265610c628aa30a1195497aa08d3c79f0a37;p=gruntmaster-daemon.git 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 $? }