Subversion Repositories ALCASAR

Compare Revisions

Regard whitespace Rev 2759 → Rev 2760

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