changeset 1201:f586c51624d3

Remove script that moved to "more" directory.
author Rob Landley <rob@landley.net>
date Tue, 10 Aug 2010 00:17:48 -0500
parents 8651437b2b44
children 75d179a52475
files run-from-build.sh
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/run-from-build.sh	Tue Aug 10 00:04:30 2010 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#!/bin/bash
-
-# Run development environment out of build directory, using host-tools.sh if
-# available.
-
-cd build/system-image-"$1" &&
-  PATH="$(pwd)/build/host:$PATH" ./dev-environment.sh