mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Remove an extra comma in scripts output
This commit is contained in:
+4
-3
@@ -31,10 +31,11 @@ _filter_dbench()
|
||||
# Output for a "multipass" dbench run.
|
||||
_format_header_multipass()
|
||||
{
|
||||
for i in $@; do
|
||||
printf "%4s::MB/sec," $i
|
||||
while [ $# -gt 1 ]; do
|
||||
printf "%4s::MB/sec," $1
|
||||
shift
|
||||
done
|
||||
printf "\n"
|
||||
printf "%4s::MB/sec\n" $1
|
||||
}
|
||||
_filter_dbench_multipass()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user