Merge branch 'release-2.140.101'
[feisty_meow.git] / production / sites / cakelampvm.com / goog_maps_helper_mod / compare_with_install.sh
1 #!/bin/bash
2
3
4 if [ ! -d "$HOME/apps/mapsdemo/avenger5" ]; then
5   echo Not seeing the mapsdemo checked out man.
6   exit 1
7 fi
8
9 meld $(find ~/apps/mapsdemo/avenger5/ -iname goog*map*helper.php) ./Goog*Map*Help*p
10
11