Take out early exit - left in by mistake!

This commit is contained in:
Brian Read 2023-07-19 12:31:00 +01:00
parent fd798e83c3
commit ee106a077c

View File

@ -195,7 +195,7 @@ else
if [ $NOISY ]; then echo "Found Release $ID for $2/$1 ($3)"; fi if [ $NOISY ]; then echo "Found Release $ID for $2/$1 ($3)"; fi
fi fi
if [ $DEBUG ] ; then echo "ID:"$ID; fi if [ $DEBUG ] ; then echo "ID:"$ID; fi
exit 0
# And use it to upload the rpm and src rpm # And use it to upload the rpm and src rpm
cd $WORKDIR/$2/$1 cd $WORKDIR/$2/$1
# Got to cd to rpm directory here # Got to cd to rpm directory here