Changeset 618

Show
Ignore:
Timestamp:
05/03/07 14:16:41 (2 years ago)
Author:
sacha
Message:

add diff as a dependency

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/run-check-dependencies.sh

    r523 r618  
    103103fi 
    104104 
     105which diff 1>/dev/null 
     106if [ $? -eq 0 ]; then 
     107    echo "diff binary is available. good." 
     108else 
     109    echo "The diff tool is not available. The tool is used to compare all ebXML messages with the ebXML messages already in the XML database. Please install the 'diff' package first." 
     110    exit -1 
     111fi 
     112 
    105113# just for test environment! 
    106114############################