home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
Shells
/
zsh
/
Source
/
src
/
config
/
bz.ifksh
< 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
|
1994-04-07
|
214 b
|
14 lines
# bz.ifksh
#
# set the global flag F_must_ksh if we must refeed ourselves
# (for some reason or another) through ksh
#
F_cray="`(uname -m)2>/dev/null|grep -i cray`"
if test -n "$F_cray"
then
F_must_ksh=yep
fi