view run-from-build.sh @ 1194:2c4a65636d72

Apparently gentoo has mke2fs in a normal user's path, but not tune2fs. Sigh.
author Rob Landley <rob@landley.net>
date Thu, 05 Aug 2010 12:08:25 -0500
parents 690b2f4cbbd3
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