diff options
| author | ruki <[email protected]> | 2023-05-07 10:56:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-07 10:56:37 +0800 |
| commit | 047328cc1c795ee03275887f15012412bbfec978 (patch) | |
| tree | 4504be0b5ce8afd8fb8057aa4472093ba6b795d7 /scripts | |
| parent | 96bdd53a23f297a635b945482802582d760216b2 (diff) | |
add --quiet to get.sh/run
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
