Skip to content

Commit d15e4ca

Browse files
committed
fix: 修复third_party下没有目录的问题
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
1 parent 6e473ad commit d15e4ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

third_party/rename.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
set -euox pipefail
33
main() {
4+
tar \
5+
-xzvf third_party/catch2.tar.gz \
6+
-C third_party/
47
# 定位到脚本所在目录(third_party)
58
local -r self_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
69
local -r tp_dir="$self_dir"

0 commit comments

Comments
 (0)