diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 13:39:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-02 13:39:28 (EDT) |
commit | 767e737474ea0b430bf0dcd89ae417dd285cfa57 (patch) | |
tree | 91ab3bc6733c9e533a2ac58bf085e37a38288ce4 /src/profile | |
parent | abf1d6813db4ae828f51398091975a680ee4f2a8 (diff) |
profile/proteanos: Remove useless newline in feeds
install_find_pkgs() filters out only "src" and "src/gz" lines.
Diffstat (limited to 'src/profile')
-rw-r--r-- | src/profile/proteanos.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh index 6a0afd0..08916cd 100644 --- a/src/profile/proteanos.sh +++ b/src/profile/proteanos.sh @@ -186,7 +186,6 @@ prof_proteanos_feeds() "${mirror}" "${suite}" \ "${a}" "${p}" "${s}" done - printf '\n' done done |