remove spurious -q

This commit is contained in:
Trevor Batley 2023-06-06 16:57:14 +10:00
parent 1e40fa679c
commit 96094332ef

View File

@ -498,9 +498,9 @@ else
# Third party package
# copy over the archive file and make sure the extension is tracked by git-lfs
if [ $DEBUG ] ; then echo "************Found 3rd party package $NAME" ; fi
git lfs install $QUIET
git lfs track "*.$EXT" $QUIET
git add .gitattributes $QUIET
git lfs install
git lfs track "*.$EXT"
git add .gitattributes
#git config lfs.http://gitea.bjsystems.co.uk/SMEContribs/bugzilla.git/info/lfs.locksverify true
if [[ -f $CVSFiles/$1/$BASEORCONTRIB/$ARCHIVEFILE ]] ; then
if [ $DEBUG ] ; then echo "************Copying archivefile $CVSFiles/$1/$BASEORCONTRIB/$ARCHIVEFILE" ; fi