From 9fae4baf8d94a3959c142f04a1cd896fab19580f Mon Sep 17 00:00:00 2001 From: srs5694 Date: Tue, 17 Nov 2015 12:49:10 -0500 Subject: [PATCH] Minor comment change. --- refind-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refind-install b/refind-install index b399c7f..2562d1e 100755 --- a/refind-install +++ b/refind-install @@ -201,8 +201,8 @@ ReadYesNo() { CheckForFiles() { # Note: $ThisDir points to real (not symlinked) script home on Linux, # enabling creating a symlink in /usr/sbin (or wherever); but on OS X, - # "readlink" doesn't do the right thing, so the script must not be a - # symlink under OS X. + # "readlink" doesn't do the same thing as under Linux, so the script + # must not be a symlink under OS X. case "$OSTYPE" in darwin*) ThisDir="$( cd -P "${BASH_SOURCE%/*}" && pwd )" -- 2.39.2