fixed defautl distributions for ubuntu

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8120 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2015-04-04 15:52:02 +00:00
parent 79492068c8
commit 152dfde4c6

View File

@ -45,6 +45,10 @@ while [ ${#} -gt 0 ]; do
esac esac
done done
if test "${dist}" = "" ; then
dist="precise trusty utopic"
fi
echo " "Using PGP key id : ${gpgkey} echo " "Using PGP key id : ${gpgkey}
echo " "Using distributions: ${dist} echo " "Using distributions: ${dist}
echo " "Using svn : ${rev} echo " "Using svn : ${rev}