From 61aeed196b412ca0c57a8b7a52593215752f1e37 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 20 May 2021 08:40:59 +0100 Subject: some log bugfixing, also add another alternate config file path --- packages/log.source.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/log.source.sh') diff --git a/packages/log.source.sh b/packages/log.source.sh index 2c6e1b3f..56c6587e 100644 --- a/packages/log.source.sh +++ b/packages/log.source.sh @@ -1,6 +1,7 @@ # Log a message. log () { local -r level="$1"; shift + local message for message in "$@"; do echo "$message" -- cgit v1.2.3