common 153 B

12345678910
  1. #
  2. # common - Common functions for build assist functions
  3. #
  4. if [ "${TRACE}" != "" ] ; then
  5. env | sort
  6. export PS4=""
  7. set -x
  8. fi
  9. unset CDPATH