Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/process-markdown: Fix usage of readlink
Had used 'readlink -f' to canonicalize input and output paths. However, this fails when the output directory does not exist yet. Now uses 'readlink -m' instead to avoid this problem.
- Loading branch information