summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-11 21:35:29 -0400
committerJune McEnroe <june@causal.agency>2020-09-11 21:35:29 -0400
commit98b85f5265b15d5f84710951eb05e5b85628a0fc (patch)
tree1c4c1b419022cc53b2735d3b82f24ae815ae974b /etc
parentRewrite install script yet again (diff)
downloadsrc-98b85f5265b15d5f84710951eb05e5b85628a0fc.tar.gz
src-98b85f5265b15d5f84710951eb05e5b85628a0fc.zip
Install mandoc on macOS
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/td> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer