MacOS bugfix
This commit is contained in:
parent
03b59c31c6
commit
9e052eff2f
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
safe_realpath() {
|
safe_realpath() {
|
||||||
if [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
if [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
|
||||||
return "$(grealpath "$1")"
|
grealpath "$1"
|
||||||
else
|
else
|
||||||
return "$(realpath "$1")"
|
realpath "$1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user