From: jean-pierre roux Date: Mon, 3 Nov 2008 15:53:31 +0000 (+0000) Subject: fix default_temp_dir trouble X-Git-Tag: v0.9.1~100 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4234999264604da013c2574feef3816c75b3034e;p=bbtk.git fix default_temp_dir trouble --- diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index 01cb138..0b9f54b 100644 --- a/kernel/src/bbtkConfigurationFile.cxx +++ b/kernel/src/bbtkConfigurationFile.cxx @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkConfigurationFile.cxx,v $ Language: C++ - Date: $Date: 2008/10/21 08:37:04 $ - Version: $Revision: 1.19 $ + Date: $Date: 2008/11/03 15:53:31 $ + Version: $Revision: 1.20 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -205,6 +205,7 @@ namespace bbtk fprintf(fp, "\n"); fprintf(fp, " \n"); fprintf(fp, " \n"); + fprintf(fp, " $ \n"); fprintf(fp, "\n"); fclose(fp); }