wmanley / cisco-vqe-client

RTP Client targeted at Multicast IPTV
Other
9 stars 21 forks source link

Don't rely on bashisms in build scripts #3

Open wmanley opened 11 years ago

wmanley commented 11 years ago

Building fails on Ubuntu which uses dash rather than bash as /bin/sh.

wmanley commented 11 years ago

A workaround is to do

make SHELL=/bin/bash

and patch update_version.sh to use #!/bin/bash rather than #!/bin/sh.