summary refs log tree commit diff
path: root/bin/cash/tests/parser/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2025-12-22 18:12:22 +0000
committerJune McEnroe <june@causal.agency>2025-12-22 18:16:14 +0000
commit0f2af68435618600f199ef63980e04d21e3589b8 (patch)
treebaaa8108ecbd126250e5e313c6ef41f096398b7d /bin/cash/tests/parser/Makefile
parentAdd Rose/House (diff)
downloadsrc-0f2af68435618600f199ef63980e04d21e3589b8.tar.gz
src-0f2af68435618600f199ef63980e04d21e3589b8.zip
Dehtml pronoun fields
I forgot I wrote that...
Diffstat (limited to 'bin/cash/tests/parser/Makefile')
0 files changed, 0 insertions, 0 deletions
git.c?id=8d8e84e72a24f474a6659ca04d0906723b2ac975&follow=1'>cgit.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