Tim
Tim
Wow, that script must have never been used. For Makefiles, $(VAR) is fine, but for shell scripts you need ${VAR}
I have a pull request open for this, and a potential buffer overflow in mash.
@brano543 The original version of MDBM that came from Larry McVoy (many years ago) did support Win32, but it has been changed much since then. Thought I still had a...
Hi @QubitPi if you do something like: `PREFIX=/usr/local/ make` You'll get what you want. The whole point of `VAR ?= value` vs `VAR = value` is that the former only...
Please ignore my accidental thumbs up. I haven't had a chance to play with clang-format yet.
@zertyz I'm not sure what's happening at Yahoo these days, especially with the Verizion/Oath transition. But you're always welcome to make requests against timrc-git/mdbm. If you do, please split out...
Technically, this repo is the fork, and mine is the original. :smiley: Cheers! .timrc
@okuryu I haven't worked for Yahoo! for a number of years now. Even if I had permissions, it would not be appropriate for me to do so.
@raghavendra-nataraj I added the flags (with a gcc-8 conditional) to timrc-git/mdbm.