savoirfairelinux / cqfd

cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
GNU General Public License v3.0
64 stars 31 forks source link

Few parse_ini_config_file() fixes #127

Open gportay opened 6 months ago

gportay commented 6 months ago

Hello,

This fixes some issues found in the mechanism of ini-translation-to-bash.

I am a bit worry if the fix about the removal of (single) space before sign =, or after sign = (but not both) and if true tabulation before and after the sign = will break things to users since it never worked.

Maybe, we could simply drops that feature of stripping (single) whitespaces arround =.

What do you think?