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:
parent
d107aced37
commit
91a56a7072
1 changed files with 1 additions and 1 deletions
|
@ -3435,7 +3435,7 @@ CARCH=${_CARCH:-$CARCH}
|
||||||
if (( ! INFAKEROOT )); then
|
if (( ! INFAKEROOT )); then
|
||||||
if (( EUID == 0 )); then
|
if (( EUID == 0 )); then
|
||||||
error "$(gettext "Running %s as root is not allowed as it can cause permanent,\n\
|
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
|
exit 1 # $E_USER_ABORT
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue