mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
This commit is contained in:
parent
43338b8a45
commit
aaf7e98c77
@ -1202,7 +1202,7 @@ check_params() {
|
||||
fi
|
||||
}
|
||||
|
||||
if ! which realpath; then
|
||||
if [ -z `which realpath 2>/dev/null` ]; then
|
||||
realpath() { readlink -f -- "$@"; }
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user