From cc00d2d0a986a4ea9b3ef2931a435a0dd267eff0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 13 Mar 2010 23:01:19 +0100 Subject: [PATCH] setup.sh: Be more compatible. --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 66a7001..ed38567 100755 --- a/setup.sh +++ b/setup.sh @@ -5,12 +5,12 @@ . ../lib.sh -if [ `os` = darwin ]; then +if [ x`os` = xdarwin ]; then # Sets a custom PATH for GUI applications. mkdir -p ~/.MacOSX link darwin/environment.plist ~/.MacOSX/environment.plist fi -if [ `os` = debian ]; then +if [ x`os` = xdebian ]; then # Necessary as aptitude rewrites the config file on every start. generate cat debian/aptitude/config .real # aptitude/config uses // as comment instead of #. -- 2.44.2