Fix double spaces in "Running %s as root is not allowed" message

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Timothy Redaelli 2014-12-19 14:22:27 +01:00 committed by Allan McRae
parent d107aced37
commit 91a56a7072

View file

@ -3435,7 +3435,7 @@ CARCH=${_CARCH:-$CARCH}
if (( ! INFAKEROOT )); then
if (( EUID == 0 )); then
error "$(gettext "Running %s as root is not allowed as it can cause permanent,\n\
catastrophic damage to your system.")"
catastrophic damage to your system.")" "makepkg"
exit 1 # $E_USER_ABORT
fi
else