diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-27 18:32:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-27 18:32:39 +0300 |
commit | b09ae7d947c9be278c81c2c6b4d1de9dfc55aade (patch) | |
tree | 45188c1bf1a0c69320502c46cda6875cb4ef57a8 /%HOME%/.bash_utils | |
parent | .bashrc: remove dead code + configure Ruby (diff) | |
download | linux-home-b09ae7d947c9be278c81c2c6b4d1de9dfc55aade.tar.gz linux-home-b09ae7d947c9be278c81c2c6b4d1de9dfc55aade.zip |
bugfix
Diffstat (limited to '%HOME%/.bash_utils')
-rw-r--r-- | %HOME%/.bash_utils/git.sh | 2 | ||||
-rw-r--r-- | %HOME%/.bash_utils/path.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/%HOME%/.bash_utils/git.sh b/%HOME%/.bash_utils/git.sh index 772750b..1d9a919 100644 --- a/%HOME%/.bash_utils/git.sh +++ b/%HOME%/.bash_utils/git.sh @@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/cygwin-home. # Distributed under the MIT License. -source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/text.sh" +source "$HOME/.bash_utils/text.sh" list_repo_files() ( set -o errexit -o nounset -o pipefail diff --git a/%HOME%/.bash_utils/path.sh b/%HOME%/.bash_utils/path.sh index 322e802..644ed00 100644 --- a/%HOME%/.bash_utils/path.sh +++ b/%HOME%/.bash_utils/path.sh @@ -5,7 +5,7 @@ # For details, see https://github.com/egor-tensin/cygwin-home. # Distributed under the MIT License. -source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/text.sh" +source "$HOME/.bash_utils/text.sh" add_missing_path() ( set -o errexit -o nounset -o pipefail |