Matthew Hall

Results 26 comments of Matthew Hall

Regarding this issue: ``` shini_retval=${BASH_REMATCH[1]} ``` You are correct. It appears `dash` behaves differently, allowing the `[1]` syntax. busybox's `ash` refuses to process the script at all with it there....

Sorry for the great delay, have had a lot going on personally. I've located the bug, am working on a fix.

This is tricky - because in a sense the current functionality is "correct". ``` unquoted=string quoted="string" ``` As per the current _reading_ rules in `shini`, these two values are identical....

Yes it does. I’m not certain though that the presence (or lack) of double quotes affects how the INI file is read by other software. The “bug” is that shini...

OK I understand. I’ll take a look tonight and this weekend. > On 28 Jul 2017, at 14:39, amtssp wrote: > > I see. > > Yes - it is...

> Can you suggest a fullname,basename,tag tuple we could add to this test? I think this would be correct as an ACR example: ``` ( "myrepo.azurecr.io/myproject/prefix-myimage:latest", "myproject/prefix-myimage", "latest", ), ```...