mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-05 20:16:05 +08:00
Quote the paths in osx startup script.
This commit is contained in:
parent
6d0cb54cf2
commit
d7efd51beb
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
$DIR/perl-local -I$DIR/local-lib/lib/perl5 $DIR/slic3r.pl $@
|
||||
"$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user