diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 7a76542..7153fc0 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -55,7 +55,7 @@ if [ $DEBUG ] ; then QUIET=null ; fi checkSSL="-k" LOCALUser=${local_USER} -WORKDIR=${smegit_WORKDIR} +WORKDIR=$(echo ~)/${smegit_WORKDIR} GITEAUser=${remote_USER} GITEAACCESSTOKEN=${remote_GITEAACCESSTOKEN} GITEAHOST=${remote_GITEAHOST} @@ -541,7 +541,7 @@ fi #then #find common -delete #fi -#git clone "${cvs2git_COMMONREPO}" +#git clone "${smegit_COMMONREPO}" ## Make sure common directory go created #if [ ! -e $GITFiles/$1/common ]; then @@ -561,7 +561,7 @@ fi if [ ! -e $GITFiles/common ]; then #Get it cd $GITFiles - git clone "${cvs2git_COMMONREPO}" + git clone "${smegit_COMMONREPO}" if [ ! -e $GITFiles/common ]; then echo "ERROR*******No Common Repo found - package $1" exit 1