5bda7aef38
This removes the need to check the output directory for files.
4 lines
No EOL
131 B
Bash
Executable file
4 lines
No EOL
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# This wrapper just disables the malloc checker
|
|
exec /usr/bin/scan-build --status-bugs -disable-checker unix.Malloc "$@" |