wire-build.sh: replace spaces with tabs

This commit is contained in:
mollusk 2017-08-30 08:00:41 -07:00
parent e29e198aea
commit 6796ebe2c1

View File

@ -21,8 +21,8 @@ BWHITE="\e[1m"
NC='\033[0m' # No Color
if [[ $EUID -eq 0 ]]; then
printf "${LRED}Do not run this script as root${NC}\n" 1>&2
exit 1
printf "${LRED}Do not run this script as root${NC}\n" 1>&2
exit 1
fi
check_sudo(){