venus: Tidy up header includes
[openafs.git] / src / venus / kdump.sh.hp_ux11
1 #!/bin/sh
2 # Copyright 2000, International Business Machines Corporation and others.
3 # All Rights Reserved.
4
5 # This software has been released under the terms of the IBM Public
6 # License.  For details, see the LICENSE file in the top-level source
7 # directory or online at http://www.openafs.org/dl/license10.html
8
9 ## Wrapper script for kdump on HP-UX 11.
10
11 BITS=32
12 if      ans=`[ -x /usr/bin/getconf ] && /usr/bin/getconf KERNEL_BITS 2>/dev/null`
13 then    BITS=$ans
14 fi
15
16 exec $0${BITS} ${1+"$@"}