mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-06-04 12:51:08 +00:00
3c1fdec0e9
Old behaviour leads to variable to be serialized always in single quotes (if shlex decides to quote it). It doesn't allow to expand variables during execution, so those values should be put inside double quotes instead. This commit checks if there is sign char in the variable and quotes manually, otherwise returning shlex call