diff --git a/rsync_ui.sh b/rsync_ui.sh index 950d2bc..2da0220 100755 --- a/rsync_ui.sh +++ b/rsync_ui.sh @@ -5,7 +5,7 @@ set -e # 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