grub-fs-tester: Fix bashism
authorVladimir Serbinenko <phcoder@google.com>
Wed, 30 Aug 2017 15:22:58 +0000 (17:22 +0200)
committerVladimir Serbinenko <phcoder@google.com>
Wed, 30 Aug 2017 19:31:26 +0000 (21:31 +0200)
tests/util/grub-fs-tester.in

index fd7e0f1..15969d7 100644 (file)
@@ -957,7 +957,7 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
            esac
            # Make sure file is not exact multiple of block size. This helps to force
            # tail packing in case of squash4.
-           : $((BLOCKCNT--))
+           BLOCKCNT="$((BLOCKCNT-1))"
            case x"$fs" in
                x"ntfscomp")
                    setfattr -h -v 0x00000800 -n system.ntfs_attrib_be "$MNTPOINTRW/$OSDIR";;