Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace "switch" statement by "if" (Sonar).
[simgrid.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 2586170..3a17795 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -196,7 +196,7 @@ cmake . \
 -DGFORTRAN_EXE=/some/path/to/i686-linux-gnu-gfortran \
 -DCMAKE_Fortran_FLAGS=-m32
 If needed, implement i686-linux-gnu-gfortran as a script:
-#!/bin/sh
+#!/usr/bin/env sh
 exec gfortran -m32 "$@"
 
 Existing Compilation Targets