summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorGeorge Joseph <gjoseph@digium.com>2017-08-16 14:43:10 -0600
committerGeorge Joseph <gjoseph@digium.com>2017-08-16 16:11:42 -0500
commit44f23dcae093db63f69ad12eb288fe072e06da4e (patch)
treef1b4b45107a84ba78b798478283e48766c592e48 /BUGS
parentb3eb36a54a845966ccc0b9b482e823a3a9ef2cdf (diff)
Fix downloader not working with curl
The codec/dpma downloader wasn't handling curl correctly. The logic that transforms makeopts into a bash-sourceable file wasn't handling the make 'or' command in DOWNLOAD_TIMEOUT so bash was looking for an 'or' command. That logic has been eliminated. Instead of trying to transform and source makeopts, the downloader now calls a make scriptlet to print the value of a specific variable. This way, make handles the ors (or any other make construct that happens to creep into that file). ASTERISK-27202 Reported by: Sean McCord Change-Id: Iadfb6693528e4d4da7b8bb201fa66da2c71c7f99
Diffstat (limited to 'BUGS')
0 files changed, 0 insertions, 0 deletions