Little warning removed

This commit is contained in:
Alessandro Ranellucci 2011-09-26 15:52:41 +02:00
parent b0433097d4
commit 92eb3ea365

View File

@ -180,7 +180,7 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
--scale Factor for scaling input object (default: $Slic3r::scale)
EOF
exit $exit_code || 0;
exit ($exit_code || 0);
}
__END__