pop-os / default-settings

Distribution Default Settings
Other
44 stars 16 forks source link

Add missing newline to 76pop-default-settings #157

Closed cu closed 2 years ago

cu commented 2 years ago

Before:

$ cat /etc/apt/apt.conf.d/76pop-default-settings 
APT::Get::Always-Include-Phased-Updates "true";$

After:

$ cat etc/apt/apt.conf.d/76pop-default-settings 
APT::Get::Always-Include-Phased-Updates "true";
$ 
cu commented 2 years ago

Thanks for merging this.

Standard Unix text manipulation tools work on lines of text where a line of text is defined as zero or more characters terminated by a newline. apt may be tolerant of the missing newline, but not many other tools are.