1 2 3 4 5 6
#!/bin/sh # DF-0411 build: faithful parser-copy test (compiles & runs as unprivileged user) set -e cd "$(dirname "$0")" cc -o parse parsetest.c echo "BUILD_OK"