aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott B2021-11-08 02:31:43 -0800
committerScott B2021-11-09 04:10:14 -0800
commit448887aef62537043f9ff635ee19bc8cdf53d9a9 (patch)
tree0be58858cbac96b717263aea458841debbabaa03
parentd3b8ee3e99e83b8b0e141082915077e33fb0a2a0 (diff)
downloadaur-448887aef62537043f9ff635ee19bc8cdf53d9a9.tar.gz
pkgbuild: clean up warning message
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67b3933787c9..2ed16a7a901f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -524,13 +524,10 @@ YEET
plainerr "Edit your makepkg.conf and set appropriate MAKEFLAGS for your system to remove this warning"
plainerr "or run makepkg with 'env no_makeflags_check=y makepkg ...'"
plainerr ""
- printf -- "${ALL_OFF}${BOLD} > ${YELLOW}Press CTRL-C now to cancel and fix this before continuing ${ALL_OFF}${BOLD}<\n" >&2
+ printf -- "${ALL_OFF}${BOLD} > ${YELLOW}Pressing CTRL-C now and fixing this before continuing is a very good idea ${ALL_OFF}${BOLD}<\n" >&2
plainerr ""
- printf -- "-> Continuing in 60s" >&2
- for i in {1..60}; do
- printf "." >&2
- sleep 1
- done
+ printf -- "-> Continuing in 60s " >&2
+ for i in {1..60}; do printf "." >&2 && sleep 1; done
echo
}