comparison run-from-build.sh @ 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 759adf5a0fe9
children d0157468f73d
comparison
equal deleted inserted replaced
745:4abea1d0914f 746:93f2e856357e
1 #!/bin/bash 1 #!/bin/bash
2 2
3 source sources/include.sh || exit 1 3 source sources/include.sh || exit 1
4
5 read_arch_dir "$1"
4 6
5 SYSDIR="${BUILD}/system-image-$ARCH_NAME" 7 SYSDIR="${BUILD}/system-image-$ARCH_NAME"
6 8
7 if [ ! -f "$SYSDIR/run-emulator.sh" ] 9 if [ ! -f "$SYSDIR/run-emulator.sh" ]
8 then 10 then