Fix multiple time_ms definition
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Linux Workspace Functions
|
# Linux Workspace Functions
|
||||||
|
|
||||||
readonly time_ms='date +%s%3N'
|
if [ -z "$time_ms" ]; then
|
||||||
|
readonly time_ms='date +%s%3N'
|
||||||
|
fi
|
||||||
|
|
||||||
function xlog() {
|
function xlog() {
|
||||||
if true_false "$LWS_DEBUG"; then
|
if true_false "$LWS_DEBUG"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user