From 508908fd449d7b5801ec6b06e5bb263b554444fc Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 30 May 2019 16:40:28 +0200 Subject: [PATCH] automation: fix typo in comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné Acked-by: Wei Liu --- automation/scripts/containerize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/scripts/containerize b/automation/scripts/containerize index dc6d4f363e..fbc4bc22d6 100755 --- a/automation/scripts/containerize +++ b/automation/scripts/containerize @@ -26,7 +26,7 @@ case "_${CONTAINER}" in _xenial) CONTAINER="${BASE}/ubuntu:xenial" ;; esac -# Use this variable to control whehter root should be used +# Use this variable to control whether root should be used case "_${CONTAINER_UID0}" in _1) userarg= ;; _0|_) userarg="-u $(id -u)" ;; -- 2.30.2