Showing 1 changed files with 3 additions and 3 deletions
+3 -3
analyse-votes-AN
... ...
@@ -30,9 +30,9 @@ tempfile="/dev/shm/scrutin"
30 30
 
31 31
 typevotes="Pour Contre Abstention Non-votants"
32 32
 
33
-if test -n "$prenom" -a -n "$nom"; then
34
-    cible="$prenom $nom ($groupe)"
35
-    result="/dev/shm/comparaisons $prenom $nom ($groupe) avec $groupe_ref"
33
+if test -n "$nom"; then
34
+    cible="$nom ($groupe)"
35
+    result="/dev/shm/comparaisons $nom ($groupe) avec $groupe_ref"
36 36
 else
37 37
     cible=$groupe
38 38
     result="/dev/shm/comparaisons $groupe avec $groupe_ref"