no leading slash-tmp needed for TMPDIR

This commit is contained in:
rhelmer@mozilla.com 2007-05-07 16:28:36 -07:00
parent 060f495cbd
commit a04dee4cff

View File

@ -72,5 +72,5 @@ use_tmpdir()
use_tmpdir
result=$?
rm -rf /tmp/${TDIR}
rm -rf ${TDIR}
exit $result