Fix for typo
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
|||||||
# macOS does not support readlink -f, so we use greadlink instead
|
# macOS does not support readlink -f, so we use greadlink instead
|
||||||
if [[ `uname` == 'Darwin' ]]; then
|
if [[ `uname` == 'Darwin' ]]; then
|
||||||
ash greadlink 2>/dev/null || { echo >&2 "Install greadlink using brew."; exit 1; }
|
ash greadlink 2>/dev/null || { echo >&2 "Install greadlink using brew."; exit 1; }
|
||||||
readlink='grealink'
|
readlink='greadlink'
|
||||||
else
|
else
|
||||||
readlink='readlink'
|
readlink='readlink'
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user