... | ... |
@@ -44,11 +44,11 @@ typevotes="Pour Contre Abstention Non-votants" |
44 | 44 |
|
45 | 45 |
if test -n "$nom"; then |
46 | 46 |
cible="$nom ($groupe)" |
47 |
- result="/dev/shm/comparaisons $nom ($groupe) avec $groupe_ref" |
|
48 | 47 |
else |
49 | 48 |
cible=$groupe |
50 |
- result="/dev/shm/comparaisons $groupe avec $groupe_ref" |
|
51 | 49 |
fi |
50 |
+result="comparaisons $cible avec $groupe_ref" |
|
51 |
+ |
|
52 | 52 |
|
53 | 53 |
echo -n 'scrutin;date;titre;adoption;' > "$result" |
54 | 54 |
for typevote in $typevotes; do |