summaryrefslogtreecommitdiff
path: root/system/adelie-base/addgroup
diff options
context:
space:
mode:
Diffstat (limited to 'system/adelie-base/addgroup')
-rwxr-xr-xsystem/adelie-base/addgroup2
1 files changed, 1 insertions, 1 deletions
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 ;;