Created attachment 90588 [details] [PATCH] bootstrap.sh: use /usr/bin/env to find bash bootstrap.sh uses some non-POSIX features of bash, so we can't use /bin/sh. Unlike /bin/sh, bash can be installed anywhere in the path, so we should use /usr/bin/env to find it. This helps systems that have bash in /usr/local/bin, for example.
Thanks! I applied the patch: http://cgit.freedesktop.org/pulseaudio/pulseaudio/commit/?id=1588212d5afdd44021fe4654175d26b644fe49ef
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.