1 2 3 4 5 6 7 8
#!/bin/sh # DF-2557 build script set -e cd "$(dirname "$0")" echo "+ cc -O2 -o leak_cmsgcred leak_cmsgcred.c" cc -O2 -o leak_cmsgcred leak_cmsgcred.c echo "BUILD_EXIT=$?" ls -l leak_cmsgcred