From 94f7e151c025e9dbf4970992cdd1b63dbcaae6f9 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Fri, 9 Jun 2023 07:12:53 +0200 Subject: [PATCH] Take out "GITFiles" in mkdir as the WORKDIR var includes it already. --- git-cvs2git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 3f98b67..583e71e 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -223,7 +223,7 @@ if [[ $GOTONE -eq 0 ]] ; then fi # Create the local Git repository -GITFiles=$WORKDIR/GITFiles/$ORGGITEA +GITFiles=$WORKDIR/$ORGGITEA mkdir -p $GITFiles cd $GITFiles