... | ... |
@@ -18,7 +18,7 @@ groupes[LT]='Groupe Libertés et Territoires' |
18 | 18 |
groupes[NI]='Non inscrits' |
19 | 19 |
|
20 | 20 |
for g in ${!groupes[@]}; do |
21 |
- if test $nom = $g; then |
|
21 |
+ if test "$nom" = $g; then |
|
22 | 22 |
groupe_ref=$nom |
23 | 23 |
unset nom |
24 | 24 |
break |