Commit 365a33f1 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bail out if .local exists, in an attempt to figure out who creates it

parent c3cb74e3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,6 +20,11 @@ else
  PLATFORM=Linux
fi

if test -d ~/.local; then
  echo "ERROR: $HOME/.local exists. It really shouldn't."
  exit 1
fi


# {{{ utilities