diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-20 08:40:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 61aeed196b412ca0c57a8b7a52593215752f1e37 (patch) | |
| tree | e8dd1e70cebc0e9459e4b316f664d1476ff6997a /packages/log.source.sh | |
| parent | 39ad6ec3be66ef5c1a9ac99e34a616ebdcf1dab7 (diff) | |
some log bugfixing, also add another alternate config file path
Diffstat (limited to 'packages/log.source.sh')
| -rw-r--r-- | packages/log.source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/log.source.sh b/packages/log.source.sh index 2c6e1b3..56c6587 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" |
