249d4ade20
When using "sh << EOF", what is between this line and EOF runs with no attached terminal. But we need a terminal for running the build. So we have to use "sh -c ". But then nesting of double quotes, $, etc is too complicated. So run as root, and become back user only when exec'ing. For some reason $@ does not work, so use a variable set to $@. |
||
---|---|---|
.. | ||
libs | ||
chroot.xsl | ||
common-functions | ||
create-sbu_du-report.sh | ||
hostreqs.xsl | ||
kernfs.xsl | ||
makefile-functions | ||
packages.xsl | ||
progress_bar.sh | ||
run-in-cgroup.sh | ||
urls.xsl |