On Fedora, the 'tex' program generates per-user formats in the user's
home directory. With the way that atlocal previously set $HOME to
/nonexistent, this failed, because formats can't be found or created in
/nonexistent. This fixes the problem by using a different way to avoid
making pspp look for .pspprc.
WINEPREFIX=$HOME/.wine # Work around the following kludge to keep wine happy
export WINEPREFIX
-HOME=/nonexistent # Kluge to make PSPP ignore $HOME/.pspprc.
-export HOME
+# Make PSPP ignore $HOME/.pspprc.
+alias pspp='pspp --no-statrc'
# Avoids error messages during tests if $TERM is set to an unknown terminal.
TERM=; unset TERM