fix: Cvs user wasn't correctly replaced

Signed-off-by: Theobald Wichtich <janlin@gmx.de>
This commit is contained in:
Theobald Wichtich 2016-11-17 21:54:06 +00:00 committed by Jan Lindemann
commit 1822e53880

View file

@ -163,7 +163,7 @@ cvsdir.done:
if [ ! -d CVS ]; then \
echo -e '$(subst $(newline),\n,${CVSDIR_MIME})' | tee /tmp/test.mime | mimencode -u | tar -xjf - ;\
fi
if grep -q "^jan@cvs.jannet.de/" CVS/Root; then \
if grep -q "^:ext:jan@cvs.jannet.de:" CVS/Root; then \
echo $(CVSROOT) > CVS/Root ;\
fi
touch $@