Meta/Dothem: fix typo that prevented ramdisk testpen from getting used

Junio C Hamano committed Sep 23, 2014 at 10:48 UTC 2eb29cb16915835c278404cd56b697ad14515689
1 file changed +1 -1
Dothem
+1 -1
index 7f18d86a40..f8affa86ab 100755 --- a/Dothem +++ b/Dothem @@ -42,7 +42,7 @@ for TRASH in /dev/shm /tmp "" do if test -n "$TRASH" && mkdir -p "$TRASH/testpen" 2>/dev/null && - test -w "TRASH/testpen" + test -w "$TRASH/testpen" then TRASH="--root=$(cd "$TRASH/testpen" && /bin/pwd)" break