Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove last bits of Lua bindings.
[simgrid.git] / tools / cmake / scripts / update_tesh.pl
index e60e782246c288a44b6799da9f9842349a792b28..6d6b5191eed21910cfbe4a44545473113f2d3cc5 100755 (executable)
@@ -34,8 +34,6 @@ while(defined($line=<SH_LIGNE>))
                $line =~ s/\(/\\(/g;
                $line =~ s/\)/\\)/g;
                $line =~ s/^\$\ */.\//g;
-               $line =~ s/^.\/lua/lua/g;
-               $line =~ s/^.\/ruby/ruby/g;
                $line =~ s/--log=([^ ]*)/--log="$1"/g;
                print "$line_exec";
                chomp $line;