source: trunk/gsdl3/gs3-for-distribution.sh@ 6489

Last change on this file since 6489 was 6461, checked in by kjdon, 20 years ago

this script will be used to produce the distribution src, but its not finished yet

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 161 bytes
Line 
1#!/bin/sh
2
3#check that GSDL3HOME is set
4if test -z "$GSDL3HOME" ; then
5 echo "You need to 'source gs3-setup.bash' before running the install script"
6 exit;
7fi
Note: See TracBrowser for help on using the repository browser.