#!/usr/bin/env php
<?php

/**
 * Shell wrapper for Phing
 * $Id: 3da5a2758ca689a6ee49defabcda5efa6dd70a97 $
 */

// turn off html errors
ini_set('html_errors', 'off');

putenv("PHING_HOME=" . realpath(dirname(__FILE__) . '/../'));

require_once dirname(__FILE__) . '/phing.php';
