Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Changed environment variable to no longer use ~ - #19

Merged
anaisbetts merged 3 commits into
github:masterfrom
ShadowWolf:fix-appdata
Sep 16, 2014
Merged

Changed environment variable to no longer use ~#19
anaisbetts merged 3 commits into
github:masterfrom
ShadowWolf:fix-appdata

Conversation

@ShadowWolf

Copy link
Copy Markdown
Contributor

AppData isn't necessarily a directory underneath $Home in some
environments. Changed to use the DirectoryInfo.DirectoryName instead and
reverse the slashes.

Should fix #18

AppData isn't necessarily a directory underneath $Home in some
environments. Changed to use the DirectoryInfo.DirectoryName instead and
reverse the slashes.
@shiftkey

Copy link
Copy Markdown
Member

Seems legit. I'll let @paulcbetts give it a once-over before we merge it in...

@anaisbetts

Copy link
Copy Markdown
Contributor

Strip the unrelated formatting changes and I'm in.

AppData isn't necessarily a directory underneath $Home in some
environments. Changed to use DirectoryInfo.DirectoryName instead and
reverse the slashes.

Also fixed extraneous formatting caused by Visual Studio :-)
@ShadowWolf

Copy link
Copy Markdown
Contributor Author

Oops - sorry; I have visual studio configured to do auto-formatting for work stuff :)

Updated with the new formatting changes. Was just easier to revert and update with subl so that's the route I took. Hopefully no issues now!

anaisbetts pushed a commit that referenced this pull request Sep 16, 2014
Changed environment variable to no longer use ~
@anaisbetts
anaisbetts merged commit ac49d54 into github:master Sep 16, 2014
@anaisbetts

Copy link
Copy Markdown
Contributor

@ShadowWolf Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AppData isn't always located off ~

3 participants