[vlc-commits] bootstrap: return errors to stderr

Steve Lhomme git at videolan.org
Thu May 16 10:01:50 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Fri May  3 12:32:58 2019 +0200| [8f99d6b0845a4902f1d28124ef67607cbbb0e049] | committer: Steve Lhomme

bootstrap: return errors to stderr

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f99d6b0845a4902f1d28124ef67607cbbb0e049
---

 bootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index 995fee2011..a9f86b6063 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,8 +12,8 @@ set -e
 cd "$(dirname "$0")"
 
 if test "$#" != "0"; then
-  echo "Usage: $0"
-  echo "  Calls autoreconf to generate m4 macros and prepare Makefiles."
+  echo "Usage: $0" >&2
+  echo "  Calls autoreconf to generate m4 macros and prepare Makefiles." >&2
   exit 1
 fi
 



More information about the vlc-commits mailing list