diff options
author | Dag Odenhall <dag.odenhall@gmail.com> | 2007-05-31 00:26:29 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-31 05:42:23 +0200 |
commit | 6b776c82e7a195386bb5dc3fa1b057471fdbc492 (patch) | |
tree | fd635a082244ac3c86ff1bbf123afc67e8e67460 /scripts/makepkg.in | |
parent | ca05e942f2b6c04842be8509d27005b55ff9cf2b (diff) | |
download | pacman-6b776c82e7a195386bb5dc3fa1b057471fdbc492.tar.gz pacman-6b776c82e7a195386bb5dc3fa1b057471fdbc492.tar.xz |
makepkg: fix double occurance of word in asroot warning
Signed-off-by: Dag Odenhall <dag.odenhall@gmail.com>
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.in')
-rw-r--r-- | scripts/makepkg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.in b/scripts/makepkg.in index 8eb52c97..e6a099e5 100644 --- a/scripts/makepkg.in +++ b/scripts/makepkg.in @@ -835,7 +835,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 |