Correct a typo.

PR:		www/74765
Submitted by:	Dmitry Ivanov <dima at solutions dot lv>
This commit is contained in:
Ceri Davies 2004-12-06 13:05:26 +00:00
parent 6554ced548
commit cf4f9ce5a5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23140

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $FreeBSD: www/tools/buildpnms.sh,v 1.1 2003/12/14 17:28:12 ceri Exp $
# $FreeBSD: www/tools/buildpnms.sh,v 1.2 2004/07/27 20:34:40 ceri Exp $
#
# Shell script to generate the .pnm files required for the send-pr
# mechanism. This is not used by the build process, as it requires
@ -19,7 +19,7 @@ do
${VERBOSE} Making ${char}.png...
${GOZER} -x 2 -t ${char} -f "#990000" -b "#ffffff" ${char}.png
${VERBOSE} DONE
${VERBOSE} Converting ${char}.pnm to ${char}.png...
${VERBOSE} Converting ${char}.png to ${char}.pnm...
${PNGTOPNM} ${char}.png > ${char}.pnm
${VERBOSE} DONE
${VERBOSE} Removing ${char}.png...