From 4234999264604da013c2574feef3816c75b3034e Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 3 Nov 2008 15:53:31 +0000 Subject: [PATCH] fix default_temp_dir trouble --- kernel/src/bbtkConfigurationFile.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); } -- 2.45.1