From 6d2cb3bed6eba6feaf07654d0ca40ccd62f5720e Mon Sep 17 00:00:00 2001 From: Dag Odenhall Date: Thu, 31 May 2007 00:26:29 +0200 Subject: [PATCH] Fix double occurance of word in asroot warning Signed-off-by: Dag Odenhall --- scripts/makepkg.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 991ad7f..94ba89f 100644 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -842,7 +842,7 @@ if [ "$INFAKEROOT" = "0" ]; then # Warn those who like to live dangerously. error "$(gettext "Running makepkg as root is a BAD idea and can cause")" plain "$(gettext "permanent, catastrophic damage to your system. If you")" - plain "$(gettext "you wish to run as root, please use the --asroot option.")" + plain "$(gettext "wish to run as root, please use the --asroot option.")" plain "" exit 1 # $E_USER_ABORT elif [ "$(check_buildenv fakeroot)" = "y" ]; then -- 1.5.2