diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-22 16:23:33 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-22 16:23:33 +0000 |
commit | 36ed211c35abf9eb5f90ecef6fa57165117b28e9 (patch) | |
tree | ec5875927aac3738814c8cc23030efa26cf390be /scripts/runqemu | |
parent | 2084d46ed48b39f7f9d6c84b7236d40e3af7bb8b (diff) | |
download | poky-36ed211c35abf9eb5f90ecef6fa57165117b28e9.tar.gz |
scripts: Mark qemu scripts as bash specific to avoid dash problems and error if a suitable qemu binary can't be found
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3859 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 673490bf23..4bbd3f6d8a 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/bash |
2 | 2 | ||
3 | # Handle Poky <-> QEmu interface voodoo | 3 | # Handle Poky <-> QEmu interface voodoo |
4 | # | 4 | # |
@@ -122,4 +122,3 @@ fi | |||
122 | CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin | 122 | CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin |
123 | 123 | ||
124 | . $INTERNAL_SCRIPT | 124 | . $INTERNAL_SCRIPT |
125 | |||