K 10 svn:author V 5 tobik K 8 svn:date V 27 2018-03-31T03:28:42.746688Z K 7 svn:log V 401 devel/llvm*: Fix wrapper scripts to support symlinking to them The wrapper scripts currently do not resolve the real path to $0: $ install -l rs /usr/local/bin/clang50 gcc $ ./gcc ./gcc: /usr/local/llvm50/bin/gcc: not found Here /usr/local/llvm50/bin/clang should be called not /usr/local/llvm50/bin/gcc. Approved by: brooks (maintainer) Differential Revision: https://reviews.freebsd.org/D14727 END