fix(bktemplate):Fix error in vbm conditional
[BK-2020-03.git] / unitproc / bktemplate
index 81cd17c7707e4df699415a06de749043efb18961..b5543b3995b30dd5da41dca37a177af729428e8a 100755 (executable)
@@ -57,7 +57,7 @@ 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.
     fi