### Bashly Version Latest Ruby Gem ### Description Hi, Love Bashly and thank you for sharing it with us. I've encountered an issue where my ini values are not getting retrieved correctly when they have `$` embeded in them. Things are breaking for me on [this line of code:](https://github.com/DannyBen/bashly/blob/966651b3e0c35bd8d14fb9ec8e771d672be82344/lib/bashly/libraries/ini/ini.sh#L50C7-L50C54) ``` [[ $value == *\$* ]] && eval "value=\"$value\"" ``` I was hoping you could help me understand its purpose so that I could possibly submit a patch to address and maintain the intended functionality. Thanks! ### Contents of bashly.yml ```yaml ``` ### Reproduction Steps Embed a dollar sign in any value of your ini e.g. ``` [source] name = foo$bar ``` ### Actual Behavior _No response_ ### Expected Behavior _No response_
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by le-duane and has received 6 comments.