aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bash_utils/path.sh
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-27 18:32:39 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-27 18:32:39 +0300
commitb09ae7d947c9be278c81c2c6b4d1de9dfc55aade (patch)
tree45188c1bf1a0c69320502c46cda6875cb4ef57a8 /%HOME%/.bash_utils/path.sh
parent.bashrc: remove dead code + configure Ruby (diff)
downloadlinux-home-b09ae7d947c9be278c81c2c6b4d1de9dfc55aade.tar.gz
linux-home-b09ae7d947c9be278c81c2c6b4d1de9dfc55aade.zip
bugfix
Diffstat (limited to '')
-rw-r--r--%HOME%/.bash_utils/path.sh2
1 files changed, 1 insertions, 1 deletions
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