K 10 svn:author V 4 jkim K 8 svn:date V 27 2015-02-27T19:05:23.441732Z K 7 svn:log V 283 When a file is executed and the path starts with `/', AT_EXECPATH is set without any translation. If the file is a symbolic link, $ORIGIN may not be expanded to the actual origin. Use realpath(3) to properly expand $ORIGIN to its absolute path. Reviewed by: kib MFC after: 1 week END