Author: emaste
Date: Fri Jun  6 17:38:30 2014
New Revision: 267173
URL: http://svnweb.freebsd.org/changeset/base/267173

Log:
  Update after r267011: use -h height and -w width args

Modified:
  head/tools/tools/vt/fontcvt/terminus.sh

Modified: head/tools/tools/vt/fontcvt/terminus.sh
==============================================================================
--- head/tools/tools/vt/fontcvt/terminus.sh     Fri Jun  6 17:05:43 2014        
(r267172)
+++ head/tools/tools/vt/fontcvt/terminus.sh     Fri Jun  6 17:38:30 2014        
(r267173)
@@ -1,10 +1,12 @@
 #!/bin/sh
+# $FreeBSD$
+
 for i in 6:12 8:14 8:16 10:18 10:20 11:22 12:24 14:28 16:32
 do
        C=`echo $i | cut -f 1 -d :`
        R=`echo $i | cut -f 2 -d :`
        ./fontcvt \
-               $C $R \
+               -w $C -h $R \
                ~/terminus-font-4.36/ter-u${R}n.bdf \
                ~/terminus-font-4.36/ter-u${R}b.bdf \
                terminus-u${R}.vfnt
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to