summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-08-22 13:36:40 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-08-22 13:36:40 (EDT)
commit1addd05b62e1ca7f96dc914f7a159d39a6f73995 (patch)
tree184ea264553e3e067e3947e6ee7044cf711f2a09 /lib
parent8a07b504b2720132d007dfb2ff99c3e070e02632 (diff)
proteanos: Remove blank line from os-release
Diffstat (limited to 'lib')
-rw-r--r--lib/profiles/proteanos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/profiles/proteanos.sh b/lib/profiles/proteanos.sh
index 259dc48..c6152d9 100644
--- a/lib/profiles/proteanos.sh
+++ b/lib/profiles/proteanos.sh
@@ -217,7 +217,8 @@ prof_proteanos_get_os_release()
case "${arch}" in
*-linux-*)
- printf '%s\n' "${prof_proteanos_os_release_linux}"
+ printf '%s\n' "${prof_proteanos_os_release_linux}" | \
+ grep -v '^$'
;;
esac
}