From 92eb3ea36554c5c796a9864532d77447f0b98d1f Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Mon, 26 Sep 2011 15:52:41 +0200 Subject: [PATCH] Little warning removed --- slic3r.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slic3r.pl b/slic3r.pl index 5a625e812..842bf3021 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -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__