mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:47:44 +00:00
Ports: Use absolute path of port_include
This ensures that .port_include will always import other scripts from the correct location.
This commit is contained in:
parent
4eae5de499
commit
141e5d6f20
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
SCRIPT="$(realpath $(dirname "${0}"))"
|
||||
SCRIPT="$(realpath $(dirname "${BASH_SOURCE[0]}"))"
|
||||
|
||||
if [ -z "${SERENITY_STRIPPED_ENV:-}" ]; then
|
||||
exec "${SCRIPT}/.strip_env.sh" "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue