If filename passed to the source command does not contain a slash, PATH is used to find the directory containing filename. In POSIX the current directory is not searched in this case.
Fixes #1
Pull-Request has been merged by mkoncek
If filename passed to the source command does not contain a slash,
PATH is used to find the directory containing filename. In POSIX the
current directory is not searched in this case.
Fixes #1