diff options
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index 19bc2de..a90294f 100755 --- a/setup.sh +++ b/setup.sh @@ -25,7 +25,7 @@ then REALPATH="grealpath" else 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." + echo "to see if GNU Coreutils is in your package manager, and install it." exit 1 fi |