changeset 678:ea25e4da724e

Path cleanup: host-tools.sh should handle this now.
author Rob Landley <rob@landley.net>
date Mon, 30 Mar 2009 03:29:22 -0500
parents ada655f5be21
children 96f1baf8b552
files run-from-build.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/run-from-build.sh	Mon Mar 30 03:28:36 2009 -0500
+++ b/run-from-build.sh	Mon Mar 30 03:29:22 2009 -0500
@@ -9,5 +9,5 @@
 
 # And run it, using the distccd we built (if necessary) and the cross-compiler.
 
-PATH="$HOSTTOOLS:$PATH" ./run-emulator.sh --make-hdb 2048 --memory 256 \
-	--with-distcc "${BUILD}/cross-compiler-${ARCH}"
+./run-emulator.sh --make-hdb 2048 --memory 256 --with-distcc \
+	"${BUILD}/cross-compiler-${ARCH}"