diff options
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 7e4bcc4e5f..90998aeab4 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -229,7 +229,7 @@ if [ "$FSTYPE" = "nfs" -a -z "$ROOTFS" ]; then | |||
229 | fi | 229 | fi |
230 | 230 | ||
231 | if [ -z "$MACHINE" ]; then | 231 | if [ -z "$MACHINE" ]; then |
232 | MACHINE=`basename $KERNEL | sed 's/.*-\(qemux86-64\|qemux86\|qemuarm\|qemumips64\|qemumips\|qemuppc\|qemush4\).*/\1/'` | 232 | MACHINE=`basename $KERNEL | sed 's/.*\(qemux86-64\|qemux86\|qemuarm\|qemumips64\|qemumips\|qemuppc\|qemush4\).*/\1/'` |
233 | if [ -z "$MACHINE" ]; then | 233 | if [ -z "$MACHINE" ]; then |
234 | error "Unable to set MACHINE from kernel filename [$KERNEL]" | 234 | error "Unable to set MACHINE from kernel filename [$KERNEL]" |
235 | fi | 235 | fi |