From: Steven Baltakatei Sandoval Date: Fri, 10 Jul 2020 03:02:32 +0000 (+0000) Subject: chore(unitproc/bktemp-vbm):Minor comment about dependencies X-Git-Tag: 0.3.0~36 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/99246f0f6626c03d23098e4fcd614291f15ad0a0?ds=inline chore(unitproc/bktemp-vbm):Minor comment about dependencies --- diff --git a/unitproc/bktemp-vbm b/unitproc/bktemp-vbm index 949ce8d..7e1687b 100644 --- a/unitproc/bktemp-vbm +++ b/unitproc/bktemp-vbm @@ -8,7 +8,7 @@ vbm() { # Input: arg1: string # vars: optionVerbose # Output: stderr - # Depends: echo + # Depends: echo 8, date 8 if [ "$optionVerbose" = "true" ]; then functionTime=$(date --iso-8601=ns); # Save current time in nano seconds.