willdonnelly / xdg-basedir

A Straightforward Implementation of the XDG Base Directory Specification
BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

Handle missing $HOME gracefully #6

Open noschinl opened 10 years ago

noschinl commented 10 years ago

Under Linux, getHomeDirectory throws an exception if $HOME is not set. xdg-basedir should fail gracefully in these situations and ignore the home directory.