Attempt fix for #6

This commit is contained in:
Ethan P 2020-01-21 09:57:55 -08:00
parent 441eed7c52
commit c74d47ecd0
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
# Repository: https://github.com/eth-p/bat-extras # Repository: https://github.com/eth-p/bat-extras
# Issues: https://github.com/eth-p/bat-extras/issues # Issues: https://github.com/eth-p/bat-extras/issues
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
LIB="$(cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)/../lib" LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")/../lib" && pwd)"
BAT="bat" BAT="bat"
source "${LIB}/print.sh" source "${LIB}/print.sh"
source "${LIB}/pager.sh" source "${LIB}/pager.sh"

View File

@ -5,7 +5,7 @@
# Repository: https://github.com/eth-p/bat-extras # Repository: https://github.com/eth-p/bat-extras
# Issues: https://github.com/eth-p/bat-extras/issues # Issues: https://github.com/eth-p/bat-extras/issues
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
LIB="$(cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)/../lib" LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")/../lib" && pwd)"
BAT="bat" BAT="bat"
source "${LIB}/pager.sh" source "${LIB}/pager.sh"
source "${LIB}/print.sh" source "${LIB}/print.sh"

View File

@ -5,7 +5,7 @@
# Repository: https://github.com/eth-p/bat-extras # Repository: https://github.com/eth-p/bat-extras
# Issues: https://github.com/eth-p/bat-extras/issues # Issues: https://github.com/eth-p/bat-extras/issues
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
LIB="$(cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)/../lib" LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")/../lib" && pwd)"
BAT="bat" BAT="bat"
DOCS_URL="https://github.com/eth-p/bat-extras/blob/master/doc" DOCS_URL="https://github.com/eth-p/bat-extras/blob/master/doc"
source "${LIB}/opt.sh" source "${LIB}/opt.sh"

View File

@ -5,7 +5,7 @@
# Repository: https://github.com/eth-p/bat-extras # Repository: https://github.com/eth-p/bat-extras
# Issues: https://github.com/eth-p/bat-extras/issues # Issues: https://github.com/eth-p/bat-extras/issues
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
LIB="$(cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)/../lib" LIB="$(cd "$(dirname "${BASH_SOURCE[0]}")" && cd "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")/../lib" && pwd)"
BAT="bat" BAT="bat"
source "${LIB}/opt.sh" source "${LIB}/opt.sh"
source "${LIB}/str.sh" source "${LIB}/str.sh"