summary refs log tree commit diff
path: root/gfx
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-08 12:07:44 -0400
committerJune McEnroe <june@causal.agency>2018-08-08 12:07:44 -0400
commit93235430573634473bccad119631e63979b6f053 (patch)
tree416f588d0f9a42efb1234d4876ce4804633ac3e0 /gfx
parentFix colorscheme manUnderline disable (diff)
downloadsrc-93235430573634473bccad119631e63979b6f053.tar.gz
src-93235430573634473bccad119631e63979b6f053.zip
Add open(1) forwarding to pbd
Diffstat (limited to 'gfx')
0 files changed, 0 insertions, 0 deletions
14:14:06 +0200'>2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 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