You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
path-util should consider lack of HOME environment variable and guessing correctly the home directory.
attach a PR at #25 using posix_getpwuid(posix_getuid())
The text was updated successfully, but these errors were encountered:
Should not require a HOME environment variable at all. Why is HOME relevant to running commands against a webroot? You're not writing to /root (you better not be) or any other home dir, so why does this matter?
path-util should consider lack of HOME environment variable and guessing correctly the home directory.
attach a PR at #25 using
posix_getpwuid(posix_getuid())
The text was updated successfully, but these errors were encountered: