From a825af06a67d1ef9e196e007c0728bdb9f9e8a98 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 26 Mar 2007 02:15:44 -0700 Subject: [PATCH] dodoc updates (minor fix for DOCREPO=.) --- dodoc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dodoc.sh b/dodoc.sh index ca9893ae2e..dc36de5f46 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -35,6 +35,8 @@ unset GIT_DIR test "$DOCREPO" != "" && cd "$DOCREPO" || exit $? +DOCREPO=`pwd` + tmp=`pwd`/.doctmp-$$ trap 'rm -f "$tmp".*' 0 -- 2.32.0.93.g670b81a890