Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Yet another typo, bummer
[simgrid.git] / buildtools / scripts / simgrid_build.functions
index f6811eb..301714a 100644 (file)
@@ -11,7 +11,7 @@ get_version() {
       svn up 2>/dev/null
       if [ $? != 0 ] ; then
         set -e
-        ${SIMGRID_SVN_ROOT}/buildtools/buildtools/scripts/cchange-svn-wc-format.py ${SIMGRID_SVN_ROOT} 1.5
+        ${SIMGRID_SVN_ROOT}/buildtools/scripts/change-svn-wc-format.py ${SIMGRID_SVN_ROOT} 1.4
         svn up
       fi
       set -e