Skip to content

Commit a825af0

Browse files
author
Junio C Hamano
committed
dodoc updates (minor fix for DOCREPO=.)
1 parent 653c3f7 commit a825af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dodoc.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ unset GIT_DIR
3535
test "$DOCREPO" != "" &&
3636
cd "$DOCREPO" || exit $?
3737

38+
DOCREPO=`pwd`
39+
3840
tmp=`pwd`/.doctmp-$$
3941
trap 'rm -f "$tmp".*' 0
4042

0 commit comments

Comments
 (0)