1 #!/bin/dash
2
3 PATH=/bin
3 export PATH=/bin
4
5 FILE_LIST="$(mktemp)"
6
7 for DIR in contrib/polyml*
8 do