Searched refs:TMPDIRBASE (Results 1 – 1 of 1) sorted by relevance
249 TMPDIRBASE=$(mktemp -d)250 TMPDIROLD="$TMPDIRBASE/old"251 TMPDIR="$TMPDIRBASE/new"380 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then434 rm -r "$TMPDIRBASE"