Document MONO_PATH behaviour for relative paths
authorAndrea Canciani <ranma42@gmail.com>
Thu, 1 May 2014 19:42:09 +0000 (21:42 +0200)
committerAndrea Canciani <ranma42@gmail.com>
Thu, 1 May 2014 19:42:09 +0000 (21:42 +0200)
commit29f0d0fa91c24c235cc6671c12aaca77948f1843
tree0365082c0c0c262d9dd68d1ca33fd832b772795e
parent75ae368e7e79c4d40af3d42e63bbf670be2e6566
Document MONO_PATH behaviour for relative paths

Tha previous behaviour of MONO_PATH for relative paths (that implied
using the paths as relative to the current directory when loading
assemblies) was not yet documented and led to some failures when
executing tests.

In order to fix the failures, a new behaviour has been introduced:
relative paths are resolved at launch time, so that the folders which
are examined when loading assemblies do not depend on the current path
of the program.

This patchset is released under the MIT license.
man/mono.1