fix: typo

This commit is contained in:
张泊明518370910136 2024-06-20 16:30:52 -04:00
parent 5d44956f4f
commit 38ae48e30a
GPG Key ID: D47306D7062CDA9D

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# set -ex set -ex
tmp_dir=${1:-./tmp} tmp_dir=${1:-./tmp}
JOJ3=$(git rev-parse --show-toplevel)/build/joj3 JOJ3=$(git rev-parse --show-toplevel)/build/joj3
command=${2:-$JOJ3} command=${2:-$JOJ3}