1
0
mirror of https://github.com/azure-rtos/guix.git synced 2025-01-28 07:03:11 +08:00

Merge pull request #98 from eclipse-threadx/tizho/update_script

Update links in run.sh script
This commit is contained in:
Stefan Wick 2024-01-12 14:02:19 -08:00 committed by GitHub
commit 61e22e3c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 $*