Export paths touched by path_push_unique()

FS-353
This commit is contained in:
Travis Cross 2014-03-20 21:28:26 +00:00
parent 3b1278a37a
commit 03132e3fd5
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ path_remove () {
path_push_unique () {
x="$(eval echo \$$1)"
x="$(path_remove "$x" "$2")"
eval $1="$2:$x"
eval export $1="$2:$x"
}
# tweak platform specific flags