diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-13 23:42:19 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-07-14 08:50:22 -0400 |
commit | 073904c5536c73a71aa42347453cb18ae41a6b19 (patch) | |
tree | 426b008e3b08f857f7a0dbc8d01ac1912add3f42 /etc/guix-install.sh | |
parent | 9be2bced71a20238bf3c56f7abd64a481e2aeddb (diff) |
guix-install.sh: Untabify.
* etc/guix-install.sh (sys_create_build_user): Normalize to spaces.
Diffstat (limited to 'etc/guix-install.sh')
-rwxr-xr-x | etc/guix-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 4d81940eb7..4f0f89100d 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -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 |