]> code.delx.au - refind/commitdiff
Minor comment change.
authorsrs5694 <srs5694@users.sourceforge.net>
Tue, 17 Nov 2015 17:49:10 +0000 (12:49 -0500)
committersrs5694 <srs5694@users.sourceforge.net>
Tue, 17 Nov 2015 17:49:10 +0000 (12:49 -0500)
refind-install

index b399c7f822790b1b5d27fda598ac3e0e21ab5801..2562d1ea0c52b74a7de91ebb121bae3a66214bd6 100755 (executable)
@@ -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 )"