Use exec for running the OSX binary

This commit is contained in:
Alessandro Ranellucci 2017-03-25 15:24:06 +01:00
parent 5fc5bf06db
commit 684b8de236

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
DIR=$(dirname "$0") DIR=$(dirname "$0")
"$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@ exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@