summaryrefslogtreecommitdiff
blob: 5ba1d650d23a92fe02d3845171eeccfeacd04949 (plain)
1
2
3
4
5
6
#! /bin/sh

# /usr/bin/sort (used by nm) cannot work with TMPDIR longer than 85 characters.
test ${#TMPDIR} -le 85 || TMPDIR=/tmp export TMPDIR

exec /usr/ccs/bin/nm ${1+"$@"}