From 12fb39679f5607eab0011d4270b02158182761c0 Mon Sep 17 00:00:00 2001 From: "Luiz Paulo \"Bills" Date: Wed, 3 Oct 2018 20:15:39 -0300 Subject: [PATCH] fix code style --- arch/makepkg.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/makepkg.sh b/arch/makepkg.sh index 4fda732..c2d8eed 100755 --- a/arch/makepkg.sh +++ b/arch/makepkg.sh @@ -1,9 +1,10 @@ #!/bin/bash + # # This script is for Arch Linux to download and install XRDP+XORGXRDP # -if [ $(id -u) -eq 0 ] ; then +if [ $(id -u) -eq 0 ]; then echo 'This script must be run as a non-root user, as building packages as root is unsupported.' >&2 exit 1 fi