mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-19 05:15:57 +08:00
Add missing quotes to startup scripts
This commit is contained in:
parent
9f2dfdd981
commit
70946af2ae
@ -3,4 +3,4 @@
|
||||
BIN=$(readlink -f "$0")
|
||||
DIR=$(dirname "$BIN")
|
||||
export LD_LIBRARY_PATH="$DIR/bin"
|
||||
exec "$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" "$@"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
exec "$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" "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user