grub-fs-tester: Fix bashism
This commit is contained in:
parent
061258a05e
commit
4f31bfe1d3
1 changed files with 1 additions and 1 deletions
|
@ -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";;
|
||||
|
|
Loading…
Reference in a new issue