Set USER_GROUPS
to an empty string by default
This commit is contained in:
parent
9332c72fb2
commit
28f5d3d355
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ begin
|
|||
|
||||
set -q USER_NAME || set -l USER_NAME manuel
|
||||
set -q USER_DISPLAYNAME
|
||||
and set -q USER_GROUPS || set -l USER_GROUPS
|
||||
and set -q USER_GROUPS || set -l USER_GROUPS ""
|
||||
and begin
|
||||
set -l projectRoot (realpath "$dir/../../..")
|
||||
set -l projectName (basename "$projectRoot")
|
||||
|
|
Loading…
Reference in a new issue