Fix typo in debug/log statement.

Submitted by:	Rick Miller <vmiller@hostileadmin.com>
This commit is contained in:
Devin Teske 2014-04-14 05:35:01 +00:00
parent 1e6b385830
commit 4c5d7fab2a

View file

@ -74,7 +74,7 @@ trap error EXIT
SCRIPT="$1"
shift
f_dprintf "Began Instalation at %s" "$( date )"
f_dprintf "Began Installation at %s" "$( date )"
rm -rf $BSDINSTALL_TMPETC
mkdir $BSDINSTALL_TMPETC