aha icon indicating copy to clipboard operation
aha copied to clipboard

--line-fix leads to double-spaced output

Open iskunk opened this issue 2 years ago • 0 comments

Using aha commit 5eaec96a, and this input file:

aha by itself gives correct output, but aha --line-fix gives output like

Script started on 2022-03-21 12:55:00-0400
host:/tmp/lstest$ ls -1                                                         

apple                                                                           

banana                                                                          

canteloupe/                                                                     

durian                                                                          

enchilada                                                                       

host:/tmp/lstest$ exit                                                          


Script done on 2022-03-21 12:55:03-0400

Adding the --ignore-cr option does not help.

This input file is intended as a minimal example. --line-fix is not needed to process it correctly, but I have more complex inputs that do require this option, and likewise get the double-spaced lines.

iskunk avatar Mar 21 '22 17:03 iskunk