Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mishazharov committed Jan 4, 2024
1 parent f2409de commit a90ac7f
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 @@ -7,7 +7,7 @@ if [[ -z $RUN_UNDER_RUNFILES ]]; then
RUNFILES_DIR=${SCRIPT_DIR}/SH_BINARY_FILENAME.runfiles
fi

if [[ -n "$RUNFILES_DIR"]] && [[ -d "$RUNFILES_DIR" ]]; then
if [[ -n "$RUNFILES_DIR" ]] && [[ -d "$RUNFILES_DIR" ]]; then
cd ${RUNFILES_DIR}
fi

Expand Down

0 comments on commit a90ac7f

Please sign in to comment.