]> code.ossystems Code Review - openembedded-core.git/commitdiff
xtscal: fix bashism
authorChen Qi <Qi.Chen@windriver.com>
Fri, 2 Aug 2013 07:47:58 +0000 (15:47 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 6 Aug 2013 06:59:53 +0000 (23:59 -0700)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh

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