From: Simon Ruderich Date: Sun, 7 Mar 2010 17:56:46 +0000 (+0100) Subject: setup.sh: Fix when running on unsupported OS. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=f9ca2b76bb92c92b0d2b28e1575d657f5ad168c2;p=config%2Fdotfiles.git setup.sh: Fix when running on unsupported OS. --- diff --git a/setup.sh b/setup.sh index da09a70..5aaceac 100755 --- a/setup.sh +++ b/setup.sh @@ -34,7 +34,7 @@ if installed X; then sed 's/^#/!/' Xdefaults > Xdefaults.tmp mv Xdefaults.tmp Xdefaults - if [ `os` != darwin ]; then + if [ x`os` != xdarwin ]; then link xinitrc ~/.xinitrc fi link xmodmaprc ~/.xmodmaprc