File readME of Package bcunit
Fix patch error:
'patch unexpectedly ends in middle of line'
===========================================
Append the proper linefeed without opening the file:
echo -e "\n" >> YOURPATCHFILE
Fix patch error:
'patch unexpectedly ends in middle of line'
===========================================
Append the proper linefeed without opening the file:
echo -e "\n" >> YOURPATCHFILE