Commit 7ed8aaa
committed
Fix stray closing paren in syslog tag default in bashlog.sh
Fix #451: Remove literal ")" appended to every syslog tag.
The default value expression ${0##*/}) had an extra ) outside the
parameter expansion braces, causing every syslog message to have a
malformed tag like "tfenv-install)" instead of "tfenv-install".1 parent fa8d238 commit 7ed8aaa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments