Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines with new year.
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index 2095cdc..31c3f0a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Copyright (c) 2012-2018. The SimGrid Team.
+# Copyright (c) 2012-2020. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -33,8 +33,6 @@ while(defined($line=<SH_LIGNE>))
                $line =~ s/\$\{srcdir\:\=\.\}/./g;
                $line =~ s/\(/\\(/g;
                $line =~ s/\)/\\)/g;
-               $line =~ s/\$SG_TEST_EXENV//g;
-               $line =~ s/\$EXEEXT//g;
                $line =~ s/^\$\ */.\//g;
                $line =~ s/^.\/lua/lua/g;
                $line =~ s/^.\/ruby/ruby/g;