Skip to content

Commit

Permalink
Source absolute path instead of relative path in env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Mar 21, 2024
1 parent 6815366 commit 09309f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

source scripts/utils/host
source "$SCRIPT_DIR/scripts/utils/host"

ENV_TARGET=${1:-$HOST}

Expand Down

0 comments on commit 09309f3

Please sign in to comment.