Changeset 618
- Timestamp:
- 05/03/07 14:16:41 (2 years ago)
- Files:
-
- trunk/bin/run-check-dependencies.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/run-check-dependencies.sh
r523 r618 103 103 fi 104 104 105 which diff 1>/dev/null 106 if [ $? -eq 0 ]; then 107 echo "diff binary is available. good." 108 else 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 111 fi 112 105 113 # just for test environment! 106 114 ############################
