git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de3f1bd
)
Allow shell expansion of entries in *dirs.
author
Iain Patterson
<me@iain.cx>
Tue, 28 Aug 2007 12:22:23 +0000
(12:22 +0000)
committer
Iain Patterson
<me@iain.cx>
Tue, 28 Aug 2007 12:22:23 +0000
(12:22 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@67
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/PATH.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/PATH.bashrc
b/.profile.d/PATH.bashrc
index
66d61b3
..
1a271aa
100644
(file)
--- a/
.profile.d/PATH.bashrc
+++ b/
.profile.d/PATH.bashrc
@@
-30,6
+30,7
@@
function makepath() {
# Read them.
path=
for dir in $(cat "$DIR/$dirs"); do
+ dir=$(eval echo "$dir")
[ -d "$dir" ] || continue
path="$path:$dir"