1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
This commit is contained in:
Richard Purdie
2008-02-22 16:23:33 +00:00
parent 2084d46ed4
commit 36ed211c35
3 changed files with 24 additions and 14 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Handle Poky <-> QEmu interface voodoo
#
@@ -122,4 +122,3 @@ fi
CROSSPATH=$BUILDDIR/tmp/staging/$BUILD_SYS/usr/bin:$CROSSPATH:$BUILDDIR/tmp/cross/bin
. $INTERNAL_SCRIPT