summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2009-10-24 17:10:15 +0200
committerDan McGee <dan@archlinux.org>2009-10-24 17:10:15 +0200
commit7f0f319a3e7c471a41482ba620f74423ef3f9a94 (patch)
tree349720bd70539f143157a9cf499855a77d45496f /scripts
parent0bc961a8be1adc1dabc4089d7f67a95cb603f450 (diff)
parent21caf8730f9d089e351bf73b8bfd46b316c518a9 (diff)
downloadpacman-7f0f319a3e7c471a41482ba620f74423ef3f9a94.tar.gz
pacman-7f0f319a3e7c471a41482ba620f74423ef3f9a94.tar.xz
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index bd89acc4..9cd7f2e4 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1588,7 +1588,7 @@ if [ "$CLEANCACHE" -eq 1 ]; then
if [ -n "$SRCDEST" -a "$SRCDEST" != "$startdir" ]; then
msg "$(gettext "Cleaning up ALL files from %s.")" "$SRCDEST"
echo -n "$(gettext " Are you sure you wish to do this? ")"
- echo -n "$(gettext "[Y/n]")"
+ echo -n "$(gettext "[y/N]")"
read answer
answer="${answer^^}"
if [ "$answer" = "$(gettext "YES")" -o "$answer" = "$(gettext "Y")" ]; then