minor edits

This commit is contained in:
Trevor Batley 2023-05-09 15:56:45 +10:00
parent 0a5de1a266
commit 0012d5b8e1

View File

@ -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