mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
|
||
|
SRCDIR="$(dirname "${0}")"; export SRCDIR
|
||
|
|
||
|
m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
|