view run-from-build.sh @ 1145:690b2f4cbbd3

Simplify run-from-build.sh.
author Rob Landley <rob@landley.net>
date Sun, 27 Jun 2010 21:17:11 -0500
parents ac61473c45e8
children
line wrap: on
line source

#!/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