|
Unix files that us humans consider text, use ASCII 10 for carriage control - it's called a newline character.
Unzip the file.
Open the file in an editor, go to the end of the very last line and hit the return key on the keyboard. That will add a newline (\n) to the end of the file. Save the changed file. Re-zip it.
|