change master to rawhide in fetch.sh to match fedora's new tree arragement.

This commit is contained in:
Bob Relyea 2021-03-26 15:45:22 -07:00
parent 0fa62ae95f
commit 17e75b4e10

View File

@ -84,7 +84,7 @@ if [ "${email}" = "" ]; then
fi
# rawhide >=2, branches 1.x
cwd=$(pwd)
if [ `basename ${cwd}` = master ]; then
if [ `basename ${cwd}` = rawhide ]; then
release="2"
else
release="1.0"