Changeset 24485 for gs3-extensions/solr/trunk/src/gs3-setup.sh
- Timestamp:
- 2011-08-26T00:26:13+12:00 (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/solr/trunk/src/gs3-setup.sh
r24456 r24485 53 53 extdir=${GEXT_SOLR##*/} 54 54 55 if [ "x$GSDL EXTS" = "x" ] ; then56 export GSDL EXTS=$extdir55 if [ "x$GSDL3EXTS" = "x" ] ; then 56 export GSDL3EXTS=$extdir 57 57 else 58 export GSDL EXTS=$GSDLEXTS:$extdir58 export GSDL3EXTS=$GSDL3EXTS:$extdir 59 59 fi 60 60
Note:
See TracChangeset
for help on using the changeset viewer.