Changeset b140605


Ignore:
Timestamp:
11/01/11 21:14:52 (7 months ago)
Author:
mrook
Branches:
master
Children:
64e0310
Parents:
4e6f553
git-author:
Michiel Rook <mrook@…> (11/01/11 21:14:52)
git-committer:
Michiel Rook <mrook@…> (11/01/11 21:14:52)
Message:

Refs #805 - move PHP_BIN default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/pear-phing

    r9bb7b78 rb140605  
    66# ------------------------------------------------------------------------ 
    77 
    8 # Change this to reflect your environment if the default value doesn't work 
    9 PHP_COMMAND="@PHP-BIN@" 
    10 export PHP_COMMAND 
    11  
    128# ------------------------------------------------------------------------- 
    139# Do not change anything below this line unless you know what you're doing. 
     
    1511 
    1612if (test -z "$PHP_COMMAND") ; then 
    17         echo "WARNING: PHP_COMMAND environment not set. (Assuming php on PATH)" 
    18         PHP_COMMAND=php 
     13        #echo "WARNING: PHP_COMMAND environment not set. (Assuming php on PATH)" 
     14        PHP_COMMAND="@PHP-BIN@" 
    1915        export PHP_COMMAND 
    2016fi 
Note: See TracChangeset for help on using the changeset viewer.