From 86bf546983e56c652af106d756b6e543d0b1fe94 Mon Sep 17 00:00:00 2001 From: Charadon Date: Fri, 30 Sep 2022 11:34:37 -0400 Subject: setup.sh: Added failure message if missing realpath --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index 1a20dbb..9792fc5 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,10 @@ then elif which grealpath > /dev/null; then REALPATH="grealpath" +else + echo "realpath or grealpath wasn't found. If your OS doesn't contain it. Try" + echo "to see GNU Coreutils is in your package manager, and install those." + exit 1 fi show_license() { -- cgit 1.4.1-2-gfad0