mirror of
https://github.com/levogevo/ffmpeg-av1-builder.git
synced 2026-01-16 01:06:17 +00:00
LD_PRELOAD and BASH_SOURCE
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# do not take this as a holy grail.
|
||||
|
||||
# global path variables
|
||||
SCRIPT_PATH="$(readlink "$(which "$0")")"
|
||||
SCRIPT_PATH="$(readlink -f "${BASH_SOURCE[0]}")"
|
||||
SCRIPT_DIR="$(dirname "$SCRIPT_PATH")"
|
||||
BUILDER_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user