Add minor debugging.

This commit is contained in:
Devin Teske 2013-07-05 06:46:11 +00:00
parent 384190f25b
commit 12a9a52070
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=252774

View File

@ -881,6 +881,7 @@ f_package_add()
# detected the installed packages -- something we should do only once.
#
if [ ! "$PACKAGES_DETECTED" ]; then
f_dprintf "f_package_add: Detecting installed packages"
f_package_detect_installed
export PACKAGES_DETECTED=1 # exported for awk(1) ENVIRON[]
fi