xtscal: fix bashism

(From OE-Core rev: 53d87253ac53a1ee54843f52c38a116cdcb86f7e)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2013-08-02 15:47:58 +08:00 committed by Richard Purdie
parent 3d6ffb7640
commit ae26fa41ae
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
do
/usr/bin/xtscal
sleep 1
let "n += 1"
n=$(($n+1))
done
fi