[OpenLayers-Commits] r11550 - trunk/openlayers/tools
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sat Feb 26 17:08:24 EST 2011
Author: crschmidt
Date: 2011-02-26 14:08:23 -0800 (Sat, 26 Feb 2011)
New Revision: 11550
Modified:
trunk/openlayers/tools/update_dev_dir.sh
Log:
Fricking differences between os x and linux sed. This fixes the mobile
build for OpenLayers in our live examples.
Modified: trunk/openlayers/tools/update_dev_dir.sh
===================================================================
--- trunk/openlayers/tools/update_dev_dir.sh 2011-02-26 15:21:40 UTC (rev 11549)
+++ trunk/openlayers/tools/update_dev_dir.sh 2011-02-26 22:08:23 UTC (rev 11550)
@@ -30,7 +30,7 @@
cp theme/default/$i.tidy.css theme/default/$i.css
done
- sed -i -e 's!../lib/OpenLayers.js\?mobile!../OpenLayers.mobile.js!' examples/*.html
+ sed -i -e 's!../lib/OpenLayers.js?mobile!../OpenLayers.mobile.js!' examples/*.html
sed -i -e 's!../lib/OpenLayers.js!../OpenLayers.js!' examples/*.html
naturaldocs -i /osgeo/openlayers/docs/dev/lib -o HTML /osgeo/openlayers/dev/apidocs -p /osgeo/openlayers/docs/dev/apidoc_config -s Default OL >/dev/null
naturaldocs -i /osgeo/openlayers/docs/dev/lib -o HTML /osgeo/openlayers/dev/docs -p /osgeo/openlayers/docs/dev/doc_config -s Default OL >/dev/null
More information about the Commits
mailing list