mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-25 16:51:59 +00:00
grub-fs-tester: Fix bashism
This commit is contained in:
parent
061258a05e
commit
4f31bfe1d3
@ -957,7 +957,7 @@ for LOGSECSIZE in $(range "$MINLOGSECSIZE" "$MAXLOGSECSIZE" 1); do
|
|||||||
esac
|
esac
|
||||||
# Make sure file is not exact multiple of block size. This helps to force
|
# Make sure file is not exact multiple of block size. This helps to force
|
||||||
# tail packing in case of squash4.
|
# tail packing in case of squash4.
|
||||||
: $((BLOCKCNT--))
|
BLOCKCNT="$((BLOCKCNT-1))"
|
||||||
case x"$fs" in
|
case x"$fs" in
|
||||||
x"ntfscomp")
|
x"ntfscomp")
|
||||||
setfattr -h -v 0x00000800 -n system.ntfs_attrib_be "$MNTPOINTRW/$OSDIR";;
|
setfattr -h -v 0x00000800 -n system.ntfs_attrib_be "$MNTPOINTRW/$OSDIR";;
|
||||||
|
Loading…
Reference in New Issue
Block a user