As part of the QA process for the OSGEO LiveDVD some one has pointed out that the use of export FOO=bar is a bashism that won't work with the default Ubuntu and Debian default sh (dash). The suggested fix is to use FOO=bar; export FOO. The other alternative is to explicitly call /bin/bash at the top of the script instead of /bin/sh.
However I'm running on Ubuntu currently and I don't see any problems (though I have JAVA_HOME already set). Has anyone else seen any problems with exports in the shell scripts? Ian -- Ian Turton ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
