source: gs2-extensions/diva/trunk/src/bin/script/test-setup.bash@ 30202

Last change on this file since 30202 was 30202, checked in by davidb, 9 years ago

Zach's image viewer extension for Greenstone using diva from McGill University

File size: 401 bytes
Line 
1
2#if [ -z $GEXTGNOME_DEVEL ] ; then
3# echo "GNOME Support Library environment variable GEXTGNOME_DEVEL not set."
4# echo "Ensure that this extension is installed and that you have sourced devel.bash"
5# exit -1
6#fi
7
8if [ "x$GEXTDIVA" = "x" ] ; then
9 echo "Diva.js extension environment variable GEXTDIVA not set."
10 echo "Have you sourced the extension's setup file, e.g. setup.bash?"
11 exit -1
12fi
13
Note: See TracBrowser for help on using the repository browser.