projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5911076
)
automation: fix typo in comment
author
Roger Pau Monne
<roger.pau@citrix.com>
Thu, 30 May 2019 14:40:28 +0000
(16:40 +0200)
committer
Wei Liu
<liuw@liuw.name>
Sun, 16 Jun 2019 20:54:47 +0000
(21:54 +0100)
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/scripts/containerize
patch
|
blob
|
history
diff --git
a/automation/scripts/containerize
b/automation/scripts/containerize
index dc6d4f363eb4cbf762e914b7160201d7d0ffd488..fbc4bc22d62c078cd3149473472333e634d9497a 100755
(executable)
--- 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 whe
ht
er root should be used
+# Use this variable to control whe
th
er root should be used
case "_${CONTAINER_UID0}" in
_1) userarg= ;;
_0|_) userarg="-u $(id -u)" ;;