# HG changeset patch # User Rob Landley # Date 1244765974 18000 # Node ID 93f2e856357ed1fb5f034522554cc787c50ff9ce # Parent 4abea1d0914f5a0269468a5b6d63088e0af02ea9 Missed a script that needs to call read_arch_dir now. diff -r 4abea1d0914f -r 93f2e856357e run-from-build.sh --- a/run-from-build.sh Thu Jun 11 19:04:51 2009 -0500 +++ b/run-from-build.sh Thu Jun 11 19:19:34 2009 -0500 @@ -2,6 +2,8 @@ source sources/include.sh || exit 1 +read_arch_dir "$1" + SYSDIR="${BUILD}/system-image-$ARCH_NAME" if [ ! -f "$SYSDIR/run-emulator.sh" ]