]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
lib.sh: Minor cleanup.
authorSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 20:50:52 +0000 (22:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 22 Oct 2013 20:50:52 +0000 (22:50 +0200)
lib.sh

diff --git a/lib.sh b/lib.sh
index 7bb1d5c9ea9851a6e55e032dd9e5509cdc86fd26..bdb74874c28cc7e2534e740d8160d4f4abbcb94c 100644 (file)
--- a/lib.sh
+++ b/lib.sh
@@ -105,11 +105,13 @@ simple_cpp() {
 }
 
 # Print the current OS. The following OS are supported at the moment:
+#
 # - Debian (debian)
 # - Gentoo (gentoo)
 # - Mac OS X (darwin)
 # - Solaris/OpenSolaris (sun)
 # - FreeBSD (freebsd)
+#
 # If an unsupported OS is used an error is printed.
 os() {
     if test -f /etc/debian_version; then