Searched refs:TMPDIRBASE (Results 1 – 1 of 1) sorted by relevance
220 TMPDIRBASE=$(mktemp -d)221 TMPDIROLD="$TMPDIRBASE/old"222 TMPDIR="$TMPDIRBASE/new"290 if ! ( cd "$TMPDIRBASE" && diff -qr old/ new/ ) ; then344 rm -r "$TMPDIRBASE"