fix DAT bug
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 21 Sep 2005 18:57:53 +0000 (18:57 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 21 Sep 2005 18:57:53 +0000 (18:57 +0000)
devbox.sh

index d6f704f..3b428ea 100644 (file)
--- 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