mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
Remove incorrect trailing backslash
If this backslash is here and USE_VALGRIND is defined, valgrind complains that "else" is not a command.
This commit is contained in:
@@ -50,7 +50,7 @@ ifdef USE_VALGRIND
|
|||||||
--error-exitcode=123 \
|
--error-exitcode=123 \
|
||||||
--log-file=valgrind.\%p.$* \
|
--log-file=valgrind.\%p.$* \
|
||||||
$(VGDB) \
|
$(VGDB) \
|
||||||
--trace-children=yes \
|
--trace-children=yes
|
||||||
else
|
else
|
||||||
ifdef USE_GDB
|
ifdef USE_GDB
|
||||||
TOOL = gdb --args
|
TOOL = gdb --args
|
||||||
|
Reference in New Issue
Block a user