From b329a74f1812def748fe01dc63a0d553f5a4b7a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 8 Jan 2021 21:29:51 +0100 Subject: [PATCH] rootfs: Fix indentation inside a switch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit While touching this part of the code, let's help my OCD. Signed-off-by: Fabiano FidĂȘncio --- tools/osbuilder/rootfs-builder/rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/osbuilder/rootfs-builder/rootfs.sh b/tools/osbuilder/rootfs-builder/rootfs.sh index dc5365321..4d69e89d9 100755 --- a/tools/osbuilder/rootfs-builder/rootfs.sh +++ b/tools/osbuilder/rootfs-builder/rootfs.sh @@ -189,7 +189,7 @@ docker_extra_args() args+=" --cap-add MKNOD" case "$1" in - gentoo) + gentoo) # Required to build glibc args+=" --cap-add SYS_PTRACE" # mount portage volume