Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 5, 2023
1 parent 1685e40 commit 6c314b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ep/build-velox/src/get_velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ function apply_compilation_fixes {
velox_home=$2
sudo cp ${current_dir}/modify_velox.patch ${velox_home}/
sudo cp ${current_dir}/modify_arrow.patch ${velox_home}/third_party/
git add ${velox_home}/modify_velox.patch # to avoid the file being deleted by git clean -dffx :/
git add ${velox_home}/third_party/modify_arrow.patch # to avoid the file being deleted by git clean -dffx :/
git add ${velox_home}/modify_velox.patch # to avoid the file from being deleted by git clean -dffx :/
git add ${velox_home}/third_party/modify_arrow.patch # to avoid the file from being deleted by git clean -dffx :/
cd ${velox_home}
echo "Applying patch to Velox source code..."
git apply modify_velox.patch
Expand Down

0 comments on commit 6c314b5

Please sign in to comment.