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:
Text File  |  1994-04-07  |  214 b   |  14 lines

  1. # bz.ifksh
  2. #
  3. # set the global flag F_must_ksh if we must refeed ourselves
  4. # (for some reason or another) through ksh
  5. #
  6.  
  7. F_cray="`(uname -m)2>/dev/null|grep -i cray`"
  8.  
  9. if test -n "$F_cray"
  10. then
  11.   F_must_ksh=yep
  12. fi
  13.  
  14.