Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 213 → Rev 214

/alcasar.sh
182,7 → 182,7
# On affecte le nom d'organisme
header_install
ORGANISME=!
PTN='^[a-zA-Z1-9-]*$'
PTN='^[a-zA-Z0-9-]*$'
until [[ $(expr $ORGANISME : $PTN) -gt 0 ]]
do
echo -n "Entrez le nom de votre organisme : "