mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 03:06:29 +00:00
2b5ecd02a7
Instead of using Perl to get the absolute path due to readlink -f implementations differing behaviour use realpath. Since the inclusion into coreutils this should be a valid alternative. Also check for [[:space:]] instead of only \s as if that one is an issue the others are as well. Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>