mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
a2f237f8b7
format strings. PR: bin/127514 Submitted by: edwin@ MFC after: 1 week
7 lines
54 B
Bash
7 lines
54 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
|
|
sh regress.sh
|