From: Junio C Hamano Date: Tue, 23 Sep 2014 17:48:58 +0000 (-0700) Subject: Meta/Dothem: fix typo that prevented ramdisk testpen from getting used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb29cb16915835c278404cd56b697ad14515689;p=thirdparty%2Fgit.git Meta/Dothem: fix typo that prevented ramdisk testpen from getting used --- 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