From 5e026220bcc5947d33536a333192d1844b78253e Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 14 Nov 2012 05:03:05 -0600 Subject: bin/distro-install* are called from Makefile so the env is already there Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e --- bin/distro-install-file-lists | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/distro-install-file-lists') diff --git a/bin/distro-install-file-lists b/bin/distro-install-file-lists index ce315906f10f..9a9375db7b1e 100755 --- a/bin/distro-install-file-lists +++ b/bin/distro-install-file-lists @@ -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 -- cgit