summaryrefslogtreecommitdiff
path: root/bin/distro-install-clean-up
diff options
context:
space:
mode:
Diffstat (limited to 'bin/distro-install-clean-up')
-rwxr-xr-xbin/distro-install-clean-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/distro-install-clean-up b/bin/distro-install-clean-up
index 54dd1f3822ca..170ceb910beb 100755
--- a/bin/distro-install-clean-up
+++ b/bin/distro-install-clean-up
@@ -1,7 +1,7 @@
#!/bin/sh
if test -z "${SRC_ROOT}"; then
- eval $(sed -e s/\'/\'\\\\\'\'/g -e 's/=\(.\+\)/='\''\1'\'/ ./config_host.mk)
+ source ./config_host.mk.source
fi
if test -z "${SOLARENV}"; then
echo "distro-install-clean-up: No environment set!"