1 2 3 4 5 6
#!/bin/sh # DF-0234 has no compiled binary (source-trace-only finding). set -e cd "$(dirname "$0")" echo "DF-0234: no binary to build (source-level analysis; latent on this guest)." echo "Run ./run.sh for the trace summary."