source: gs3-extensions/mars-src/trunk/devel.bash@ 34345

Last change on this file since 34345 was 34345, checked in by davidb, 4 years ago

Already done in setup.bash

File size: 161 bytes
Line 
1#!/bin/bash
2
3if [ -d cascade-make ] ; then
4 source cascade-make/lib/cascade-lib.bash GEXT_MARS . $*
5fi
6
7
8if [ -z $GEXT_MARS ] ; then
9 source ./setup.bash
10fi
11
12
Note: See TracBrowser for help on using the repository browser.