mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04: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
|