From: Steven Baltakatei Sandoval Date: Fri, 10 Jul 2020 17:15:25 +0000 (+0000) Subject: chore(unitproc):vbm:Add version numbers for dependencies X-Git-Tag: 0.3.0~18 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/bb715c4010d85f8be95746f119dd5b729a3d7dcf?ds=inline chore(unitproc):vbm:Add version numbers for dependencies --- diff --git a/unitproc/bktemp-vbm b/unitproc/bktemp-vbm index 7e1687b..9698fea 100644 --- a/unitproc/bktemp-vbm +++ b/unitproc/bktemp-vbm @@ -4,11 +4,11 @@ vbm() { # Description: Prints verbose message ("vbm") to stderr if optionVerbose is set to "true". # Usage: vbm "DEBUG:verbose message here" - # Version 0.1.1 + # Version 0.1.2 # Input: arg1: string # vars: optionVerbose # Output: stderr - # Depends: echo 8, date 8 + # Depends: bash 5.0.3, echo 8.30, date 8.30 if [ "$optionVerbose" = "true" ]; then functionTime=$(date --iso-8601=ns); # Save current time in nano seconds.