diff --git a/bochs/build/linux/bochs-dlx.in b/bochs/build/linux/bochs-dlx.in index fa23ea60a..a50dea3a4 100755 --- a/bochs/build/linux/bochs-dlx.in +++ b/bochs/build/linux/bochs-dlx.in @@ -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/.