- fixed name of file to copy (SF patch #1235129)
This commit is contained in:
parent
ee8a6d56ba
commit
2b1c95ff59
@ -32,7 +32,7 @@ makedlxdir() {
|
|||||||
#echo DEBUG: Creating $HOME/.bochsdlx/bochsrc
|
#echo DEBUG: Creating $HOME/.bochsdlx/bochsrc
|
||||||
echo DLXPATH=$DLXPATH > $CONFFILE
|
echo DLXPATH=$DLXPATH > $CONFFILE
|
||||||
. $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
|
if [ ! -f $DLXPATH/$file ]; then
|
||||||
echo Copying $DLXINST/$file '->' $DLXPATH/.
|
echo Copying $DLXINST/$file '->' $DLXPATH/.
|
||||||
cp $DLXINST/$file $DLXPATH/.
|
cp $DLXINST/$file $DLXPATH/.
|
||||||
|
Loading…
Reference in New Issue
Block a user