summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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
}