Fix wrapper shell script in chroot
Change-Id: I4f88d47c633096a82ef113dca2d58e584c43d1ae
Issue-ID: OOM-1744
Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
diff --git a/ansible/docker/run_chroot.sh b/ansible/docker/run_chroot.sh
index 268143e..8ae9c18 100755
--- a/ansible/docker/run_chroot.sh
+++ b/ansible/docker/run_chroot.sh
@@ -364,6 +364,8 @@
#The redirection is to save our stdin, because we use it to pipe commands and we
#may want interactivity.
exec chroot "${CHROOT_DIR}" /bin/sh /dev/stdin "${CHROOT_WORKDIR:-/}" "$@" 3<&0 << "EOF"
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+export PATH
mkdir -p $1
cd $1
shift