diff --git a/deploy.sh b/deploy.sh index 49b9ea9..e95a122 100755 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ SSH="ssh -o ClearAllForwardings=yes cloud.blender.org" # macOS does not support readlink -f, so we use greadlink instead if [[ `uname` == 'Darwin' ]]; then ash greadlink 2>/dev/null || { echo >&2 "Install greadlink using brew."; exit 1; } - readlink='grealink' + readlink='greadlink' else readlink='readlink' fi