Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / venus / kdump.sh.hp_ux11
1 #!/bin/sh
2
3 ## Wrapper script for kdump on HP-UX 11.
4
5 BITS=32
6 if      ans=`[ -x /usr/bin/getconf ] && /usr/bin/getconf KERNEL_BITS 2>/dev/null`
7 then    BITS=$ans
8 fi
9
10 exec $0${BITS} ${1+"$@"}