Skip to content
Snippets Groups Projects
Commit f14e9ce8 authored by James Beacham's avatar James Beacham
Browse files

Merge branch 'cherry-pick-0774b78b-8' into '21.0-mc16d'

Merge branch 'copy-RPM-script' into 'master'

See merge request !6615

Former-commit-id: 5ddc1950f635b61c5f37d6e343d5aa57ed835111
parents 934f068b db8aea94
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ DESTDIR=${DESTDIR}/${BRANCH}/${ARCH}/${DDAY}
if [ ! -d ${DESTDIR} ] ; then
echo "mkdir -p ${DESTDIR}"
mkdir -p ${DESTDIR}
if [ ! -d ${DESTDIR} ] ; then ERROR_COUNT++ ; fi #avoid false positive eos error if the directory was actually created
if [ ! -d ${DESTDIR} ] ; then ((ERROR_COUNT++)) ; fi #avoid false positive eos error if the directory was actually created
fi
arr_rpm=(`(shopt -s nocaseglob; ls ${SOURCEDIR}/*.rpm)`)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment