1 #!/bin/sh
2
3 # Use C locale to ensure AWK string comparisons always produce
4 # a stable sort order.
5
6 # $FreeBSD$
7
8 BHND_TOOLDIR="$(dirname $0)/"
9
10 LC_ALL=C; export LC_ALL
11
12 "${AWK:-/usr/bin/awk}" -f "$BHND_TOOLDIR/nvram_map_gen.awk" $@
Cache object: 03dae160a0ace376bf679cebbab83a0a
|