88778e972f
Submitted by: edwin@ PR: bin/113275 MFC after: 2 weeks
7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
|
|
m4 ../regress.m4 regress.sh | sh
|