From 8fc9597ffde1c3f2b290bc0910710e6a7d8643e0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 7 Aug 2018 06:48:40 +0000 Subject: system/adelie-base: fix up addgroup from bbshim --- system/adelie-base/addgroup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/adelie-base/addgroup') diff --git a/system/adelie-base/addgroup b/system/adelie-base/addgroup index 051df3696..27a523d75 100755 --- a/system/adelie-base/addgroup +++ b/system/adelie-base/addgroup @@ -12,7 +12,7 @@ CMDLINE= while getopts :g:S ARG do case $ARG in - g) CMDLINE="$CMDLINE -g \"$OPTARG\"" ;; + g) CMDLINE="$CMDLINE -g $OPTARG" ;; S) CMDLINE="$CMDLINE -r" ;; :) exit 1 ;; \?) exit 1 ;; -- cgit v1.2.3-60-g2f50