Add debug statement just before attempting to exec a module.

This commit is contained in:
Devin Teske 2014-03-14 02:38:56 +00:00
parent 83e449a35a
commit c4364d0177
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263134

View File

@ -381,6 +381,7 @@ if [ "$1" ]; then
# Not reached
fi
f_dprintf "cmd=[%s] *=[%s]" "$cmd" "$*"
shift
exec $cmd ${USE_XDIALOG:+-X} "$@" || exit 1
# Not reached