From 0b554045bac8f579b3640afcac1264a27cf27c1d Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Wed, 21 Sep 2005 18:57:53 +0000 Subject: [PATCH] fix DAT bug --- devbox.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devbox.sh b/devbox.sh index d6f704f9..3b428eaa 100644 --- a/devbox.sh +++ b/devbox.sh @@ -3,7 +3,7 @@ # PlanetLab devbox release script. Intended to be used by scripts and # crontabs to build nightly releases (default). # -# $Id: devbox.sh,v 1.2 2005/06/06 21:53:37 mlhuang Exp $ +# $Id: devbox.sh,v 1.3 2005/08/02 05:36:47 mef Exp $ # # Set defaults @@ -53,7 +53,6 @@ fi cd $BASE || exit $? DAT=`date +%Y.%m.%d` -DAT="2005.08.01" # Redirect output from here exec 2>&1 exec &>${BASE}/${DAT}/devbox.log -- 2.43.0