]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - lib.sh
lib.sh: add missing quotes
[config/dotfiles.git] / lib.sh
diff --git a/lib.sh b/lib.sh
index 6a619027db7e7ae1046a66be85f9b1102fc3ab3b..bb60c521b959d79ecba52b33dd7e9c4bcd74de36 100644 (file)
--- a/lib.sh
+++ b/lib.sh
@@ -120,9 +120,9 @@ os() {
         echo debian
     elif test -f /etc/gentoo-release; then
         echo gentoo
-    elif test x`uname` = xSunOS; then
+    elif test x"`uname`" = xSunOS; then
         echo sun
-    elif test x`uname` = xFreeBSD; then
+    elif test x"`uname`" = xFreeBSD; then
         echo freebsd
     else
         echo 'unsupported OS!' >&2