doc/ociTools: exec is a shell builtin, not an external command

This commit is contained in:
edef 2019-12-25 17:46:06 +00:00
parent 201d464f12
commit 2aa4fba8d1

View file

@ -25,7 +25,7 @@
buildContainer {
args = [ (with pkgs; writeScript "run.sh" ''
#!${bash}/bin/bash
${coreutils}/bin/exec ${bash}/bin/bash
exec ${bash}/bin/bash
'').outPath ]; <co xml:id='ex-ociTools-buildContainer-1' />
mounts = {