1 2 3 4 5
#!/bin/sh if test -n "$WITH_OPT_optimize" && test "$WITH_OPT_optimize" -eq 1; then exit 1 fi exit 0