mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Export paths touched by path_push_unique()
FS-353
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user