[libpng16] Fixed a syntax error in tests/pngstest that some shells other than

bash could not parse (Bug report by Nelson Beebe).
This commit is contained in:
Glenn Randers-Pehrson
2015-12-08 22:18:01 -06:00
parent 5b6a6f914b
commit 1dbfb07c08
3 changed files with 22 additions and 31 deletions

View File

@@ -17,7 +17,8 @@ gamma="$1"
shift
alpha="$1"
shift
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"} $(
exec ./pngstest --tmpfile "${gamma}-${alpha}-" --log ${1+"$@"}
(
for f in "${srcdir}/contrib/testpngs/"*.png
do
g=