source: gs2-extensions/apache-jena/trunk/src/devel.sh@ 38203

Last change on this file since 38203 was 38203, checked in by davidb, 7 months ago

Extending the areas of the compiling up scripts that need top-level GS3 setup sourced

File size: 206 bytes
Line 
1
2if [ "x$GSDL3SRCHOME" = "x" ] ; then
3 full_setup="${PWD}/${BASH_SOURCE}"
4 fulldir="${full_setup%/*}"
5 fulldir="${fulldir%/.}"
6 cd ../../../
7 . ./gs3-setup.sh
8 cd "$fulldir"
9fi
10
11
12source ./setup.bash
13
Note: See TracBrowser for help on using the repository browser.