diff --git a/modules/compiler_vm/languages/_default.pm b/modules/compiler_vm/languages/_default.pm index 93079913..8721d1eb 100755 --- a/modules/compiler_vm/languages/_default.pm +++ b/modules/compiler_vm/languages/_default.pm @@ -140,7 +140,7 @@ sub show_output { } close FILE; - if($last_output eq $output) { + if(defined $last_output and $last_output eq $output) { print "$self->{nick}: Same output.\n"; exit 0; }