From 047328cc1c795ee03275887f15012412bbfec978 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 7 May 2023 10:56:37 +0800 Subject: add --quiet to get.sh/run --- scripts/get.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/get.sh b/scripts/get.sh index 05450aa3a..34b6eef68 100755 --- a/scripts/get.sh +++ b/scripts/get.sh @@ -204,7 +204,7 @@ elif test_eq "$branch" "__run__"; then echo "downloading $runfile_url .." remote_get_content "$runfile_url" > $projectdir/xmake.run fi - sh $projectdir/xmake.run --noexec --target $projectdir + sh $projectdir/xmake.run --noexec --quiet --target $projectdir else echo "cloning $gitrepo $branch .." if test_nz "$2"; then -- cgit v1.3.1