diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 05:03:05 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-11-14 05:18:36 -0600 |
commit | 5e026220bcc5947d33536a333192d1844b78253e (patch) | |
tree | 67a045d35ac3d57aba0e3f827cea2f019566f318 /bin/distro-install-sdk | |
parent | 02b013cf9efd76c770f95e6d4c050c828f280003 (diff) |
bin/distro-install* are called from Makefile so the env is already there
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
Diffstat (limited to 'bin/distro-install-sdk')
-rwxr-xr-x | bin/distro-install-sdk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/distro-install-sdk b/bin/distro-install-sdk index 7184f35a32c7..7b1504e01e6d 100755 --- a/bin/distro-install-sdk +++ b/bin/distro-install-sdk @@ -1,9 +1,6 @@ #!/bin/sh if test -z "${SRC_ROOT}"; then - source ./config_host.mk.source -fi -if test -z "${SOLARENV}"; then echo "distro-install-clean-up: No environment set!" exit 1 fi |