summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFeng Yu2022-03-21 17:09:14 +0800
committerFeng Yu2022-03-21 17:09:14 +0800
commit877098e126a2aa76c627a239c3e92bd7bc00ef33 (patch)
tree79a8b47268ffaa62df75ac0ccf54eb2f42a104b9
parentf325f79cfff5e920e549f2d1bf239cb7b0f3a893 (diff)
downloadaur-877098e126a2aa76c627a239c3e92bd7bc00ef33.tar.gz
update update.sh output
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 167a3c9a708a..8caa4b3da406 100755
--- a/update.sh
+++ b/update.sh
@@ -25,7 +25,7 @@ else
cd "${SELF_DIR}"
makepkg -sf
echo "Success."
- echo -n "Refresh .SRCINFO"
+ echo -n "Refresh .SRCINFO... "
makepkg --printsrcinfo >.SRCINFO
echo "Done"
echo -n "Add git commit... "