Conversation
RealOrangeOne
left a comment
There was a problem hiding this comment.
This change looks great, although you'll need to make shellcheck happy with the lack of quotes.
|
Hmm.... The issue is that the missing quotes are intentional because I want it to split to multiple arguments. I'll take a look though into using a bash array instead which could be better altogether because at the moment I can't use quotes in the config.txt to escape whitespaces |
|
Hmm.... I don't know right now an alternative way to implement proper parsing without relying on |
f573f60 to
2a1ccdc
Compare
In the config.txt all additional columns get treated forwarded as parameters
Changed the line parsing to parse the line as array with `eval` to keep the parameter expansion
2a1ccdc to
31dd2bd
Compare
|
Hi, fixed it finally after ignoring it for.... half a year..... I've setup the build system in my own fork to auto build for new rclone version which I'll use moving forward |
In the config.txt all additional columns get treated forwarded as parameters