mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-31 12:22:02 +08:00
#4635 Use readlink -f instead of readlink for startup script on Linux.
This commit is contained in:
parent
f0a21833f7
commit
6397d58c7d
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
BIN=$(readlink "$0")
|
||||
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" $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user