Skip to content

Commit

Permalink
Fix abs path method
Browse files Browse the repository at this point in the history
  • Loading branch information
mishazharov committed Feb 1, 2024
1 parent a677af5 commit 1b22e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreign_cc/private/runnable_binary_wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ ! -d "${RUNFILES_DIR}" ]]; then
exit 1;
fi

RUNFILES_DIR=$( cd "$(dirname "${RUNFILES_DIR}")" ; pwd -P )
RUNFILES_DIR=$( cd "${RUNFILES_DIR}" ; pwd -P )

cd "${RUNFILES_DIR}"

Expand Down

0 comments on commit 1b22e4f

Please sign in to comment.