mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-10 09:42:26 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
6 lines
111 B
Bash
6 lines
111 B
Bash
#!/bin/sh
|
|
|
|
SRCDIR="$(dirname "${0}")"; export SRCDIR
|
|
|
|
m4 "${SRCDIR}/../regress.m4" "${SRCDIR}/regress.sh" | sh
|