projects
/
BK-2020-03.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix(bktemplate):Fix vbm func. Use "$*" instead of "$@" for errmsg
[BK-2020-03.git]
/
unitproc
/
bktemplate
diff --git
a/unitproc/bktemplate
b/unitproc/bktemplate
index b5543b3995b30dd5da41dca37a177af729428e8a..1ffe237c25084a0b2d9ddcaf3b9bc19078aff5b9 100755
(executable)
--- a/
unitproc/bktemplate
+++ b/
unitproc/bktemplate
@@
-59,7
+59,7
@@
vbm() {
if [ "$OPTION_VERBOSE" = "true" ]; then
FUNCTION_TIME=$(date --iso-8601=ns); # Save current time in nano seconds.
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
fi
# End function