From 5943c22650c61da6577821e22eb18a177e619b98 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Tue, 2 Jan 2018 10:52:08 -0600 Subject: [PATCH] fix: error with BSD readlink --- README.md | 2 +- bin/install | 2 +- bin/install.sha256 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30929f6..8cc86ea 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ fish install --path=~/.local/share/omf --config=~/.config/omf You can verify the integrity of the downloaded installer by verifying the script against [this checksum](bin/install.sha256): ``` -79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4 install +bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff install ``` You can also install Oh My Fish with Git or with an offline source tarball downloaded from the [releases page][releases]: diff --git a/bin/install b/bin/install index 0473d07..aeee046 100755 --- a/bin/install +++ b/bin/install @@ -581,7 +581,7 @@ end # A link-following `which` wrapper. function which - command readlink -f (command which $argv) + command readlink (command which $argv) end diff --git a/bin/install.sha256 b/bin/install.sha256 index 2943451..8b7fbf6 100644 --- a/bin/install.sha256 +++ b/bin/install.sha256 @@ -1 +1 @@ -79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4 install +bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff install