We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dd945 commit 457881aCopy full SHA for 457881a
bin/.config.sh
@@ -17,7 +17,10 @@ if [ "$unamestr" == 'FreeBSD' -o "$unamestr" == 'Darwin' ]; then
17
fi
18
19
if [ -z "`which $READLINK`" ]; then
20
- echo '$READLINK not installed'
+ echo "[ERROR] $READLINK not installed"
21
+ echo " make sure coreutils are installed"
22
+ echo " MacOS: brew install coreutils"
23
+ exit 1
24
25
26
SCRIPT_DIR=$(dirname $($READLINK -f "$0"))
0 commit comments