Skip to content

Commit

Permalink
Merge pull request #98 from eclipse-threadx/tizho/update_script
Browse files Browse the repository at this point in the history
Update links in run.sh script
  • Loading branch information
wickste authored Jan 12, 2024
2 parents 0ca8afe + 8010525 commit 61e22e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/guix_test/cmake/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $(dirname $0)

# if threadx repo does not exist, clone it
[ -d threadx ] ||
git clone https://github.com/azure-rtos/threadx.git
git clone https://github.com/eclipse-threadx/threadx.git

[ -f .run.sh ] || ln -sf threadx/scripts/cmake_bootstrap.sh .run.sh
./.run.sh $*
Expand Down

0 comments on commit 61e22e3

Please sign in to comment.