pushd apps/mapsdemo/avenger5
test_or_die "changing dir to mapsdemo app"
-rpuffer . &>/dev/null
+rgetem . &>/dev/null
if [ $? -ne 0 ]; then
# it seems our old files are still conflicting this.
if [ -f config/config_google.php ]; then
git reset --hard HEAD
test_or_die "resetting git's hard head"
- rpuffer .
+ rgetem .
#hmmm: use output saver thing when that exists.
- test_or_die "puffing out mapsdemo app after inadequate corrective action was taken"
+ test_or_die "getting mapsdemo app after inadequate corrective action was taken"
fi
popd