mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
minus the vendor Makefiles Provide directions for how to bootstrap the vendor sources in FREEBSD-upgrade MFC after 2 weeks Discussed with: rpaulo Sponsored by: EMC / Isilon Storage Division
5 lines
93 B
Awk
5 lines
93 B
Awk
# $NetBSD: d_tolower.awk,v 1.1 2012/03/11 18:36:00 jruoho Exp $
|
|
|
|
END {
|
|
print tolower($0);
|
|
}
|