Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2759 → Rev 2760

/scripts/alcasar-rpm-download.sh
78,11 → 78,11
rpm_error
exit 1
fi
echo "Voulez-vous tenter une synchronisation avec un autre dépôt?"
echo "Do you wan't to try a synchronisation with an other repository?"
echo "Voulez-vous tenter une synchronisation avec un autre dépôt (O/n)?"
echo "Do you want to try a synchronisation with an other repository (Y/n)?"
response=0
PTN='^[oOnNyY]$'
until [[ $(expr $response : $PTN) -gt 0 ]]
PTN='^[oOnNyY]?$'
until [[ "$response" =~ $PTN ]]
do
read response
done