- fixed name of file to copy (SF patch #1235129)

This commit is contained in:
Volker Ruppert 2005-07-10 15:27:27 +00:00
parent ee8a6d56ba
commit 2b1c95ff59

View File

@ -32,7 +32,7 @@ makedlxdir() {
#echo DEBUG: Creating $HOME/.bochsdlx/bochsrc
echo DLXPATH=$DLXPATH > $CONFFILE
. $CONFFILE
for file in bochsrc.txt README testform.txt; do
for file in bochsrc.txt readme.txt testform.txt; do
if [ ! -f $DLXPATH/$file ]; then
echo Copying $DLXINST/$file '->' $DLXPATH/.
cp $DLXINST/$file $DLXPATH/.