]> git.wh0rd.org - fontconfig.git/blame - findfonts
Dont attempt to use cache if NULL
[fontconfig.git] / findfonts
CommitLineData
24330d27 1#!/bin/sh
fb9545b1
KP
2for d in ${1+"$@"}; do
3 echo "$d"
24330d27 4done | sort -u | sed 's/^/ <dir>/' | sed 's;$;</dir>;'