mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
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>
This commit is contained in:
parent
ca05e942f2
commit
6b776c82e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user