guix-install.sh: Untabify.
* etc/guix-install.sh (sys_create_build_user): Normalize to spaces.
This commit is contained in:
parent
9be2bced71
commit
073904c553
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ sys_create_build_user()
|
||||||
|
|
||||||
if getent group kvm > /dev/null; then
|
if getent group kvm > /dev/null; then
|
||||||
_msg "${INF}group kvm exists and build users will be added to it"
|
_msg "${INF}group kvm exists and build users will be added to it"
|
||||||
local KVMGROUP=,kvm
|
local KVMGROUP=,kvm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for i in $(seq -w 1 10); do
|
for i in $(seq -w 1 10); do
|
||||||
|
|
Reference in a new issue