summaryrefslogtreecommitdiffstats
path: root/sys/dev/bhnd/tools/nvram_map_gen.sh
blob: 5b3409b58ceb8e45e2779069a9cd40148370bfa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Use C locale to ensure AWK string comparisons always produce
# a stable sort order.

# $FreeBSD$

BHND_TOOLDIR="$(dirname $0)/"

LC_ALL=C; export LC_ALL

"${AWK:-/usr/bin/awk}" -f "$BHND_TOOLDIR/nvram_map_gen.awk" $@
OpenPOWER on IntegriCloud