From 91a56a707253a04123f61530f4e1127e463481e9 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Fri, 19 Dec 2014 14:22:27 +0100 Subject: Fix double spaces in "Running %s as root is not allowed" message Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 33dff245..23e70cd3 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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 -- cgit v1.2.3-24-g4f1b