]> git.mdlowis.com Git - proto/labwc.git/commit
buf.c: handle variables with curly braces
authorJohan Malm <jgm323@gmail.com>
Mon, 11 Oct 2021 21:31:38 +0000 (22:31 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 11 Oct 2021 21:31:38 +0000 (22:31 +0100)
commit2d4ca16db8ccd244d4c90e5ddcc7b69b0e1757df
tree7c17c379bbf185839247f0b4b6459b95e572f9f1
parentaa4668c792a2d363b3e19a6ee3510b7681839a0f
buf.c: handle variables with curly braces

In buf_expand_shell_variables(), corrently resolve ${foo}
rather than just $foo
src/common/buf.c