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
RevLine 
[34341]1#!/bin/bash
2
3if [ -d cascade-make ] ; then
4 source cascade-make/lib/cascade-lib.bash GEXT_MARS . $*
5fi
6
[34344]7
[34341]8if [ -z $GEXT_MARS ] ; then
9 source ./setup.bash
10fi
11
[34344]12
Note: See TracBrowser for help on using the repository browser.