X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=lib.sh;fp=lib.sh;h=bdb74874c28cc7e2534e740d8160d4f4abbcb94c;hp=7bb1d5c9ea9851a6e55e032dd9e5509cdc86fd26;hb=731f9beadf154cc5dd417c36d072b3a38d5e0ea4;hpb=09e54d93c10f54b3c17af0c9dff9b8077cca06d6 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