diff options
author | Dan McGee <dan@archlinux.org> | 2009-10-24 17:10:15 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-10-24 17:10:15 +0200 |
commit | 7f0f319a3e7c471a41482ba620f74423ef3f9a94 (patch) | |
tree | 349720bd70539f143157a9cf499855a77d45496f /scripts | |
parent | 0bc961a8be1adc1dabc4089d7f67a95cb603f450 (diff) | |
parent | 21caf8730f9d089e351bf73b8bfd46b316c518a9 (diff) | |
download | pacman-7f0f319a3e7c471a41482ba620f74423ef3f9a94.tar.gz pacman-7f0f319a3e7c471a41482ba620f74423ef3f9a94.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |