From 38ae48e30a13a75e26a88dce8def590b6568ba0d Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 20 Jun 2024 16:30:52 -0400 Subject: [PATCH] fix: typo --- scripts/run_foreach_test_repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_foreach_test_repos.sh b/scripts/run_foreach_test_repos.sh index 862524a..3c9ce55 100755 --- a/scripts/run_foreach_test_repos.sh +++ b/scripts/run_foreach_test_repos.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# set -ex +set -ex tmp_dir=${1:-./tmp} JOJ3=$(git rev-parse --show-toplevel)/build/joj3 command=${2:-$JOJ3}