From: Simon Ruderich Date: Tue, 22 Oct 2013 20:50:52 +0000 (+0200) Subject: lib.sh: Minor cleanup. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=731f9beadf154cc5dd417c36d072b3a38d5e0ea4 lib.sh: Minor cleanup. --- diff --git a/lib.sh b/lib.sh index 7bb1d5c..bdb7487 100644 --- 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