From 7c98e8a72f76d3474f1be9fb94fe08558579bdfc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Jul 2010 12:36:35 +0800 Subject: [PATCH] jhbuild.js --- jhbuild.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jhbuild.js b/jhbuild.js index 2abd70e..52e4546 100755 --- a/jhbuild.js +++ b/jhbuild.js @@ -12,7 +12,7 @@ File = imports.File.File; console = imports.console.console; -Date = imports.Date.Date; +Date = imports.DateExtra.DateExtra; @@ -24,7 +24,7 @@ var UPDATE_SOURCES = false; -var LOGFILE = "jhbuild-" + (new Date()).format("Y-m-d-H") + '.log'; +var LOGFILE = "jhbuild-" + (new DateExtra()).format("Y-m-d-H") + '.log'; // change src & deleteGirs when you add / remove girs.. -- 2.39.2