Fix lunit readlink usage for Mac OSX
commit4e9b209477afd348103f59ca80fce43f7da9f2a3
authorThomas Harning <harningt@gmail.com>
Mon, 23 Feb 2009 23:17:23 +0000 (24 00:17 +0100)
committerMichael Roth <mroth@nessie.de>
Mon, 23 Feb 2009 23:17:23 +0000 (24 00:17 +0100)
tree874088e9b0fedfeda52fad9c9a0d33ba9e8fd908
parent22d51559d1b03abb7687e5aab907ae4d41ce7c67
Fix lunit readlink usage for Mac OSX

On Mac OSX (and probably other non-Linux *nixes) lunit's shell script
uses the nonstandard option '-e' in its readlink command.

The patch which will make it use '-f' which changes the behavior only
by not requiring that the last component in the path exist. Not much
of a problem for lunit's script in which it is  known that it really
does exist.

Signed-off-by: Michael Roth <mroth@nessie.de>
lunit