view emulator-build.sh @ 356:25b18621de1b

Some scripts don't want the $PATH edited by include.sh.
author Rob Landley <rob@landley.net>
date Sat, 05 Jul 2008 23:34:01 -0500
parents 01b25c2cf04d
children 06a005fcdacc
line wrap: on
line source

#!/bin/bash

SAVEPATH="$PATH"
source include.sh
PATH="$SAVEPATH"

cd "${BUILD}/system-image-$ARCH" &&
PATH="$HOSTTOOLS:$PATH" ./run-with-distcc.sh "$CROSS"