mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
21
lib/symfony/vendor/propel-generator/pear/pear-propel-gen
vendored
Executable file
21
lib/symfony/vendor/propel-generator/pear/pear-propel-gen
vendored
Executable file
@ -0,0 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# The phing build script for Unix based systems
|
||||
# $Id: pear-propel-gen,v 1.2 2004/10/17 13:24:09 hlellelid Exp $
|
||||
# ------------------------------------------------------------------------
|
||||
|
||||
# Change this to reflect your environment if the default value doesn't work
|
||||
export PHING_COMMAND="phing"
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# Do not change anything below this line unless you know what you're doing.
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# (currently this is not reached)
|
||||
if (test -z "$PHING_COMMAND") ; then
|
||||
echo "WARNING: PHP_COMMAND environment not set. (Assuming phing on PATH)"
|
||||
export PHING_COMMAND=php
|
||||
fi
|
||||
|
||||
$PHING_COMMAND -f @DATA-DIR@/propel_generator/pear-build.xml -Dproject.dir=$*
|
Reference in New Issue
Block a user