%PDF- %PDF-
Direktori : /usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/i686-debian-sarge1/ |
Current File : //usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/i686-debian-sarge1/svnclean.sh |
#!/bin/bash set -x echo "========= unmount RAM disc" # ignore the result: if there was no ramdisc, that's fine test -e ../unmount-ramdrive && ../unmount-ramdrive echo "========= make extraclean" test -e Makefile && (make extraclean || exit $?) exit 0