Skip to content

Commit fae9c9d

Browse files
committed
invoke configure with bash explicitly
avoids warnings of some bashisms
1 parent 1b1e1d7 commit fae9c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu-built.do

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export PATH=$PATH:$CTFBINDIR
1111
# tell QEMU to use my cflags
1212
export QEMU_CFLAGS=${CFLAGS}
1313

14-
./configure \
14+
bash configure \
1515
--prefix=${PREFIX} \
1616
--disable-bluez \
1717
--disable-brlapi \

0 commit comments

Comments
 (0)