From: Augustin Degomme Date: Thu, 17 Oct 2013 12:36:53 +0000 (+0200) Subject: not implicit on all systems X-Git-Tag: v3_9_90~4 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5ea87fc1a39f2b39d3b47f60e0f4c88e02cbd12e not implicit on all systems --- diff --git a/buildtools/Cmake/Scripts/tesh.pl b/buildtools/Cmake/Scripts/tesh.pl index 93febca690..91706639aa 100755 --- a/buildtools/Cmake/Scripts/tesh.pl +++ b/buildtools/Cmake/Scripts/tesh.pl @@ -33,6 +33,7 @@ use Getopt::Long qw(GetOptions); use strict; use Term::ANSIColor; use IPC::Open3; +use IO::File; if($^O eq "linux"){ $OS = "UNIX";