When copying Wraphelp.c use tr -d '\r' instead of cp. Too many people

get it transfered in ASCII mode.
This commit is contained in:
Jean-Marc Zucconi 2000-01-17 16:58:46 +00:00
parent 6ab0fab64d
commit 8ae644c91b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24797
6 changed files with 6 additions and 6 deletions

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def

View File

@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
cp $cpwh $WH
tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def