mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-23 03:33:48 +00:00
Export paths touched by path_push_unique()
FS-353
This commit is contained in:
parent
3b1278a37a
commit
03132e3fd5
@ -566,7 +566,7 @@ path_remove () {
|
|||||||
path_push_unique () {
|
path_push_unique () {
|
||||||
x="$(eval echo \$$1)"
|
x="$(eval echo \$$1)"
|
||||||
x="$(path_remove "$x" "$2")"
|
x="$(path_remove "$x" "$2")"
|
||||||
eval $1="$2:$x"
|
eval export $1="$2:$x"
|
||||||
}
|
}
|
||||||
|
|
||||||
# tweak platform specific flags
|
# tweak platform specific flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user