fix(bktemplate):Fix vbm func. Use "$*" instead of "$@" for errmsg
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sun, 28 Jun 2020 22:48:39 +0000 (22:48 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Sun, 28 Jun 2020 22:48:39 +0000 (22:48 +0000)
unitproc/bktemplate

index b5543b3995b30dd5da41dca37a177af729428e8a..1ffe237c25084a0b2d9ddcaf3b9bc19078aff5b9 100755 (executable)
@@ -59,7 +59,7 @@ vbm() {
 
     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