From 2b1c95ff5929f02a13302c44a4e4b654f0a11cdd Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 10 Jul 2005 15:27:27 +0000 Subject: [PATCH] - fixed name of file to copy (SF patch #1235129) --- bochs/build/linux/bochs-dlx.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.