me
/
guix
Archived
1
0
Fork 0

guix-install.sh: Untabify.

* etc/guix-install.sh (sys_create_build_user): Normalize to spaces.
master
Maxim Cournoyer 2021-07-13 23:42:19 -04:00
parent 9be2bced71
commit 073904c553
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ sys_create_build_user()
if getent group kvm > /dev/null; then
_msg "${INF}group kvm exists and build users will be added to it"
local KVMGROUP=,kvm
local KVMGROUP=,kvm
fi
for i in $(seq -w 1 10); do