Message ID | 172780125692.3586386.8156040885377148056.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/1] common/populate: fix bash syntax error in _fill_fs | expand |
Looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
diff --git a/common/populate b/common/populate index 9fda19df06..88c8ba2b32 100644 --- a/common/populate +++ b/common/populate @@ -945,7 +945,7 @@ _fill_fs() echo $testio | grep -q "Operation not supported" && use_falloc=0 if [ $file_size -lt $block_size ]; then - $file_size = $block_size + file_size=$block_size fi while [ $file_size -ge $block_size ]; do