mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Tests: Remove bashism in conversion script
This commit is contained in:
parent
e04eb4256b
commit
916ca29507
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ if [ "$1" = "-v" ]; then
|
|||
fi
|
||||
echo
|
||||
printf "Feature %5d\n" $(ls feature.*.t | wc -l)
|
||||
printf "Bug %5d\n" $(ls {tw-,bug.}*.t | wc -l)
|
||||
printf "Bug %5d\n" $(ls tw-*.t bug.*.t | wc -l)
|
||||
echo
|
||||
printf "Total: %5d\n" $(ls *.t | wc -l)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue