X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=f7c41b910ca7b87715b49dd9ca32ed22cb5ec90e;hb=bfa7b63c0d29b2a1d12e34a1814b431d9c898cf5;hp=81cca7656c7f01e28ce1b626ff18c33d045313e1;hpb=9a7f5138808821310c907751ff2d62c2a4da0402;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 81cca76..f7c41b9 100755 --- a/setup.sh +++ b/setup.sh @@ -20,12 +20,12 @@ . ../lib.sh -if [ x`os` = xdarwin ]; then +if test x"`os`" = xdarwin; then # Sets a custom PATH for GUI applications. mkdir -p ~/.MacOSX link darwin/environment.plist ~/.MacOSX/environment.plist fi -if [ x`os` = xdebian ]; then +if test 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 #.