Skip to content

Commit

Permalink
Update e2eshark_build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Mar 20, 2024
1 parent 968d18f commit b936cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/e2eshark_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu -o errtrace

this_dir="$(cd $(dirname $0) && pwd)"
repo_root="$(cd $this_dir/../.. && pwd)"
repo_root="$(cd $this_dir/.. && pwd)"
build_dir="$repo_root/build"
mkdir -p "$build_dir"
build_dir="$(cd $build_dir && pwd)"
Expand Down

0 comments on commit b936cd6

Please sign in to comment.