source: trunk/third/cns/etc/dohost @ 8789

Revision 8789, 280 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2DIR=$1; shift
3if [ -d /usr/progressive/bin/ ]; then
4        PATH=/usr/progressive/bin:$PATH
5        CC=gcc
6else if [ -d /usr/latest/bin/ ]; then
7        PATH=/usr/latest/bin:$PATH
8        CC=gcc
9else
10        CC=cc;
11fi
12fi
13        export CC;
14export PATH
15cd $DIR
16sh kerberos/etc/buildme4
17sh kerberos/etc/packageme4
Note: See TracBrowser for help on using the repository browser.