X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/15d7fe72480649e3f4991e628c93f0369d9f87ec..947079321c488024fe257b3c8518c7f9469b5636:/unitproc/bktemplate?ds=sidebyside

diff --git a/unitproc/bktemplate b/unitproc/bktemplate
index 81cd17c..1ffe237 100755
--- a/unitproc/bktemplate
+++ b/unitproc/bktemplate
@@ -57,9 +57,9 @@ vbm() {
     # License: GPLv3+
     # Ref./Attrib:
 
-    if [ "$OPTION_VERBOSE" == "true" ]; then
+    if [ "$OPTION_VERBOSE" = "true" ]; then
 	FUNCTION_TIME=$(date --iso-8601=ns); # Save current time in nano seconds.
-	echoerr "[$FUNCTION_TIME] ""$@"; # Display argument text.
+	echoerr "[$FUNCTION_TIME] ""$*"; # Display argument text.
     fi
 
     # End function