Skip to content

Fix for OS X build

Compare
Choose a tag to compare
@9seconds 9seconds released this 02 Nov 14:34
· 58 commits to master since this release
  • Fix for broken OS X build (see issue #1)
  • Fix for temporary directory problem (see issue #3)

This release eliminates usage os/user to determine home directory (now ah uses homedir). It fixes problems with cross-platform releases (e.g for OS X)

Also, it gives you a possibility to set your custom temporary directory for storing ah-related information (-m flag). Use it if you have your $HOME and /tmp on different volumes. By default ah assumes that /tmp and $HOME are on the same device. It is reasonable default because a lot of Linux distributions (and possibly OS X) use that schema by default.