Changeset 3634


Ignore:
Timestamp:
2002-12-20T15:14:25+13:00 (21 years ago)
Author:
kjdon
Message:

it now checks to see if $GSDL3HOME is set before running.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/install.bash

    r3613 r3634  
    11#!/bin/bash -v
     2
     3#check that GSDL3HOME is set
     4if test -z "$GSDL3HOME" ; then
     5  echo "You need to 'source setup.bash' before running the install script"
     6 exit;
     7fi
    28
    39export CVS_RSH=ssh
Note: See TracChangeset for help on using the changeset viewer.