8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / refer / indxbib.sh
blobbeb8d5f840def3b5221139478a2e9df3491a2a13
1 #!/usr/bin/sh
2 # Copyright 1988 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
5 # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T
6 # All Rights Reserved
8 # Copyright (c) 1980 Regents of the University of California.
9 # All rights reserved. The Berkeley software License Agreement
10 # specifies the terms and conditions for redistribution.
12 #! /usr/bin/sh
14 #pragma ident "%Z%%M% %I% %E% SMI"
16 # indxbib sh script
18 if test $1
19 then /usr/lib/refer/mkey $* | /usr/lib/refer/inv _$1
20 mv _$1.ia $1.ia
21 mv _$1.ib $1.ib
22 mv _$1.ic $1.ic
23 else
24 echo 'Usage: indxbib database [ ... ]
25 first argument is the basename for indexes
26 indexes will be called database.{ia,ib,ic}'