1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00

lsbtest: no bashism in LSB_Test.sh

So use /bin/sh

(From OE-Core rev: 895ff60e5029e1b7f2f2c8b9a01eed900fe1fe00)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2014-08-27 08:57:11 -07:00
committed by Richard Purdie
parent 36f6caae93
commit ac5aaf8c78
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Copyright (C) 2012 Wind River Systems, Inc.
#