diff --git a/src/job_make_mesonh_dev_pc_ifpen b/src/job_make_mesonh_dev_pc_ifpen
index dacd453cbb27318ceff7442765a17a0eca87dda1..dd377ddac7dd0d438bac2614fd5e090acc6a94ed 100755
--- a/src/job_make_mesonh_dev_pc_ifpen
+++ b/src/job_make_mesonh_dev_pc_ifpen
@@ -14,7 +14,7 @@ export VER_MPI=MPIAUTO
 export OPTLEVEL=DEBUG
 
 # Test de l'existence du profile
-if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL}]; then
+if ! [ -e ../conf/profile_mesonh-${ARCH}-R8I4-${VERSION_XYZ}-${VER_MPI}-${OPTLEVEL} ]; then
   ./configure
 fi