start_new_disc: Hardcode CAPCODENAME to 'Etch-and-a-half'

This commit is contained in:
Steve McIntyre 2008-07-18 17:40:32 +00:00
parent 7669e91e0f
commit 97e9234366
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ CDDIR=$BDIR/CD${DISKNUM}
DATE=`cat $BDIR/DATE`
DI_DATA_DIR=$BASEDIR/data/$DI_CODENAME
CAPCODENAME=`perl -e "print ucfirst("$CODENAME")"`
CAPCODENAME=Etch-and-a-half
NUM_ARCHES=`echo $ARCHES | wc -w`