From 98908994e0648374218aa07e3204cae0ce44df64 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 23 Oct 2020 23:23:23 +0800 Subject: improve xrepo scripts --- scripts/srcenv.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/srcenv.profile') diff --git a/scripts/srcenv.profile b/scripts/srcenv.profile index 1bbc4d762..ead66b4f8 100755 --- a/scripts/srcenv.profile +++ b/scripts/srcenv.profile @@ -5,7 +5,7 @@ if [ -f `pwd`/core/build/xmake ]; then else alias xmake=`pwd`/core/src/demo/demo.b fi -alias xrepo=`pwd`/scripts/xrepo +alias xrepo=`pwd`/scripts/xrepo.sh xmake --version xmake l xmake.programdir xmake l xmake.programfile -- cgit v1.3.1