Ack

On 2015-08-10 17:44, Tanu Kaskinen wrote:
This helps figuring out why bootstrap.sh is failing...

Directing the error message to /dev/null was very strange. I don't
know what the original motivation might have been. My guess is that
it was added unintentionally.
---
  bootstrap.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index 644d014..c9a083c 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -38,7 +38,7 @@ fi
  # which will make PKG_PROG_PKG_CONFIG be undefined and the generated
  # configure file faulty.
  if ! pkg-config --version &>/dev/null; then
-    echo "pkg-config is required to bootstrap this program" &>/dev/null
+    echo "pkg-config is required to bootstrap this program"
      DIE=1
  fi



--
David Henningsson, Canonical Ltd.
https://launchpad.net/~diwic
_______________________________________________
pulseaudio-discuss mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss

Reply via email to