mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-10 18:24:19 +00:00
5bda7aef38
This removes the need to check the output directory for files.
4 lines
131 B
Bash
Executable File
4 lines
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 "$@" |