Fix bug for creation of file

This commit is contained in:
Robin Johnson
2002-08-12 01:26:36 +00:00
parent e23d3bb64b
commit d8c827f304

View File

@@ -59,7 +59,10 @@ then
fi fi
(mv cvs cvs-`date +%s`) if [ -e cvs ];
then
mv cvs cvs-`date +%s`
fi
mkdir cvs mkdir cvs
cd cvs cd cvs
echo "Press [ENTER]!" echo "Press [ENTER]!"