1echo "source me ..." 2test -n "${INPATH}" && rm -Rf ../../${INPATH} 3build debug=true\ 4 && cp ../../${INPATH}/lib/*.so ../../../solver/300/${INPATH}/lib \ 5 && cp -f ../..$INPATH/lib/libtkx.so $OOO_INSTALL_PREFIX/openoffice.org/basis3.0/program \ 6 && dmake debug=true \ 7 && ../../${INPATH}/bin/test "$@" 8