From 7beb9c05c1541daf5cce4cef518f04f5cc019eee Mon Sep 17 00:00:00 2001 From: Charadon Date: Fri, 30 Sep 2022 12:45:44 -0400 Subject: setup.sh: Fixed up some grammar --- setup.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 92b1a8f..19bc2de 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,5 @@ -#!/bin/sh -eu +#!/bin/sh +set -eu # Simple script to quickly set up a DSCIP install. # Get directory where script is running from. As we'll need to come back here @@ -23,8 +24,8 @@ 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." + echo "realpath nor grealpath was found. If your OS doesn't contain it. Try" + echo "to see GNU Coreutils is in your package manager, and install it." exit 1 fi -- cgit 1.4.1-2-gfad0