Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
functioning MPI_Comm_get_name, MPI_Comm_set_name
[simgrid.git] / teshsuite / smpi / mpich3-test / generate_report
index ac33562..ff45bf6 100755 (executable)
@@ -1,9 +1,9 @@
-#! /bin/bash
+#!/usr/bin/env bash
 
 explore_files() {
 
-  for cmake in `find -name CMakeLists.txt` ; do
-    d=`dirname $cmake`
+  for cmake in $(find -name CMakeLists.txt) ; do
+    d=$(dirname $cmake)
   
     echo;echo "Directory $d"