summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.shenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/.shenv b/.shenv
index e914bfa5..31e09094 100755
--- a/.shenv
+++ b/.shenv
@@ -57,7 +57,7 @@ addition="/meta/s/spw/local/src/git-annex.linux"; maybe_add_to_path
# now add places where there might be an exe made by cabal-install
for bindir in $(find ~/local/src -path "*/.cabal-sandbox/bin"); do
- PATH="$bindir:$PATH"
+ addition="$bindir"; maybe_add_to_path
done
unset addition