From 2eb29cb16915835c278404cd56b697ad14515689 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 23 Sep 2014 10:48:58 -0700 Subject: [PATCH] Meta/Dothem: fix typo that prevented ramdisk testpen from getting used --- Dothem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dothem b/Dothem 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