summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.sh2
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