For the sake of consistency with other scripts, output a full stop after the

word 'done'.  releng ok.
This commit is contained in:
mbalmer 2012-02-07 10:36:01 +00:00
parent a00e8dffc3
commit 2e290c8200
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: fccache.in,v 1.2 2011/06/15 13:42:46 hans Exp $
# $NetBSD: fccache.in,v 1.3 2012/02/07 10:36:01 mbalmer Exp $
#
# PROVIDE: fccache
@ -20,7 +20,7 @@ fccache_start()
if [ -x "${command}" ]; then
echo -n "Updating fontconfig cache:"
${command}
echo " done"
echo " done."
fi
}