Merge "Add comment to explain vbm function"

This commit is contained in:
Jenkins 2014-06-17 18:13:12 +00:00 committed by Gerrit Code Review
commit 035922110c

View File

@ -5,6 +5,10 @@
VBM=vbm
: ${VBM_LOG:=$LOG_DIR/vbm.log}
# vbm is a wrapper around the VirtualBox VBoxManage executable; it handles
# logging and conditional execution (set OSBASH= to prevent the actual call to
# VBoxManage, or WBATCH= to keep a call from being recorded for Windows batch
# files)
function vbm {
${WBATCH:-:} wbatch_log_vbm "$@"