source: extensions/gsdl-amp/trunk/bin/script/test-setup.bash@ 16683

Last change on this file since 16683 was 16683, checked in by davidb, 16 years ago

Creation of Apache-Mysql-Php (AMP) extension of Greenstone

File size: 191 bytes
Line 
1
2if [ "x$GEXTAMP" = "x" ] ; then
3 echo "Apache-MySql-Php extension environment variable GEXTAMP not set."
4 echo "Have you sourced the extension's setup file, e.g. setup.bash?"
5 exit -1
6fi
Note: See TracBrowser for help on using the repository browser.