Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Install unzip to get sonar on framagit
[simgrid.git] / BuildSimGrid.sh
index e42d186a4c6eb7e423527865cfefafae2ec7a6ae..8876b63156a676f2c3add8bd24d244d1cf4054ca 100755 (executable)
@@ -13,7 +13,7 @@ fi
 
 target=all
 
-install_path=`grep ^CMAKE_INSTALL_PREFIX:PATH= CMakeCache.txt|sed 's/^[^=]*=//'`
+install_path=$(sed -n 's/^CMAKE_INSTALL_PREFIX:PATH=//p' CMakeCache.txt)
 if [ -e ${install_path} -a -d ${install_path} -a -x ${install_path} ] ; then
   target=install
 fi