Guy wrote:
>> if [ "\$STAT" != "" ]; then 

style note, instead test if the string is non-zero:
  if [ -n "\$STAT" ]; then 



Hamish

_______________________________________________
Live-demo mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/live-demo
http://live.osgeo.org
http://wiki.osgeo.org/wiki/Live_GIS_Disc

Reply via email to