There is no such environment variable SWIFTBAR_TESTPATH
Tried with single or double quotes too.
Expected behavior
environment variable SWIFTBAR_TESTPATH should be present and show the value including any ":" characters
Environment:
macOS version: 12.4
SwiftBar version: 1.4.3
Notes:
Seems like the way you parse this strings always cuts the string where a ":" value is (all occurrences), so you can either let quotes or just stop in the first ":" as you already have another loop for the variable separator ","
Describe the bug It is not possible to add a value with a ":" character as environment variable
To Reproduce Steps to reproduce the behavior:
Set:
on any script
Run the script in terminal
There is no such environment variable SWIFTBAR_TESTPATH
Tried with single or double quotes too.
Expected behavior environment variable SWIFTBAR_TESTPATH should be present and show the value including any ":" characters
Environment:
Notes:
Seems like the way you parse this strings always cuts the string where a ":" value is (all occurrences), so you can either let quotes or just stop in the first ":" as you already have another loop for the variable separator ","