Index: host/outside_chroot_common.sh |
diff --git a/host/outside_chroot_common.sh b/host/outside_chroot_common.sh |
index 3cc4f2ea1a598ebaf53f80f2c1b97582a8999c38..c6a09faf8b18b79784ee13703d9152f8084c86fd 100644 |
--- a/host/outside_chroot_common.sh |
+++ b/host/outside_chroot_common.sh |
@@ -7,10 +7,5 @@ |
# Sets script_root relative to this directory. |
# From platform/dev/host. |
-if [ -f /etc/debian_chroot ]; then |
- echo "Must be run from outside the chroot." 2> /dev/null |
- exit 1 |
-fi |
- |
-SCRIPT_ROOT="$(dirname "$(readlink -f "$0")")/../../scripts" |
+SCRIPT_ROOT="$(dirname "$(readlink -f "$0")")/../../../scripts" |