discovered how to setenv on windows
This commit is contained in:
parent
fe5e25eec7
commit
65280d91e7
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ usable!
|
|||
* Deleting a git repository from inside the webapp fails "RemoveDirectory
|
||||
permision denied ... file is being used by another process"
|
||||
|
||||
* There are a lot of hacks to avoid setting environment on windows,
|
||||
because I didn't know about <https://hackage.haskell.org/package/setenv>.
|
||||
Those hacks should be removed!
|
||||
|
||||
## potential encoding problems
|
||||
|
||||
[[bugs/Unicode_file_names_ignored_on_Windows]] is fixed, but some potential
|
||||
|
|
Loading…
Reference in a new issue