Skip to content
Extraits de code Groupes Projets
Valider 08b22ac9 rédigé par Alexandre Morignot's avatar Alexandre Morignot
Parcourir les fichiers

mail go to /tmp

parent 5564a059
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -47,7 +47,7 @@ sub get_content {
return \%content;
}
my ($fh, $filename) = tempfile('playbot' . time . '_XXXX', UNLINK => 0);
my ($fh, $filename) = tempfile('playbot' . time . '_XXXX', UNLINK => 0, DIR => '/tmp');
while (<STDIN>) {
print $fh $_;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter