oss-fuzz/projects/tinyxml2
Robin Alexander Richtsfeld 2dfd739d38 Clean Shell Scripts (#999)
* Clean all.sh

Double quote array expansions, otherwise they're like $* and break on spaces.

* Clean dropbear/build.sh

In POSIX sh, 'pushd' is not supported.
In POSIX sh, 'popd' is not supported.

* Clean woff2/build.sh

Iterating over ls output is fragile. Use globs.

* Clean tinyxml2/build.sh

Add shebang
2017-11-20 12:22:57 -08:00
..
Dockerfile [tinyxml2] Fix build script and other minor fixes. 2017-09-06 16:06:59 -07:00
build.sh Clean Shell Scripts (#999) 2017-11-20 12:22:57 -08:00
project.yaml [tinyxml2] Fix build script and other minor fixes. 2017-09-06 16:06:59 -07:00
xml.dict
xmltest.cpp
xmltest.options