changeset 746:93f2e856357e

Missed a script that needs to call read_arch_dir now.
author Rob Landley <rob@landley.net>
date Thu, 11 Jun 2009 19:19:34 -0500
parents 4abea1d0914f
children c8eb04cdc4d8
files run-from-build.sh
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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" ]