view more/dev-environment-from-build.sh @ 1320:c93eb8e54015

Announce 1.0.1.
author Rob Landley <rob@landley.net>
date Mon, 03 Jan 2011 02:08:33 -0600
parents 6173bb6f3b2c
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