From c05e1d8beb5bc8a7ec36be16d62df9e88e0f4dfa Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 2 May 2020 17:27:07 +0200 Subject: [PATCH] chg: missing tabs --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efb7b9a7a..1da96fa2e 100644 --- a/Makefile +++ b/Makefile @@ -186,10 +186,10 @@ udev: accessrights: ifneq ($(wildcard /etc/arch-release),) #If user is running ArchLinux sudo usermod -aG uucp $(USER) #Use specific command and group - sudo usermod -aG bluetooth ${USER} + sudo usermod -aG bluetooth $(USER) #Use specific command and group else sudo adduser $(USER) dialout - sudo adduser ${USER} bluetooth + sudo adduser $(USER) bluetooth endif # easy printing of MAKE VARIABLES