view more/dev-environment-from-build.sh @ 1481:1e494ad5c7fd

Fix "cofnig" typo.
author Rob Landley <rob@landley.net>
date Wed, 28 Dec 2011 16:01:32 -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