home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
prog_c
/
dbug.lzh
/
DBUG
/
RANLIB.SH
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-16
|
246 b
|
16 lines
# Warning - first line left blank for sh/csh/ksh compatibility. Do not
# remove it. fnf@Unisoft
# ranlib --- do a ranlib if necessary
if [ -x /usr/bin/ranlib ]
then
/usr/bin/ranlib $*
elif [ -x /bin/ranlib ]
then
/bin/ranlib $*
else
:
fi