summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-08 13:35:11 -0400
committerJune McEnroe <june@causal.agency>2021-06-08 13:35:11 -0400
commitf96186dd4ba55c51c91bb663e844151e278bbb2f (patch)
tree02b3d927200e1aa5ccb798df63a49cbe09afb398 /etc
parentConfigure xlock (diff)
downloadsrc-f96186dd4ba55c51c91bb663e844151e278bbb2f.tar.gz
src-f96186dd4ba55c51c91bb663e844151e278bbb2f.zip
Fetch git .tar.gz for compatibility
OpenBSD tar(1) has no -J.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
nset 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