[Android] compile.sh: echo multiline diagnostic to stderr

Filip Roséen git at videolan.org
Tue Aug 9 07:19:08 CEST 2016


vlc-android | branch: master | Filip Roséen <filip at atch.se> | Tue Aug  9 04:01:50 2016 +0200| [b4bd1503cfcfba4c9fe1a3727be79f20ce873a21] | committer: Jean-Baptiste Kempf

compile.sh: echo multiline diagnostic to stderr

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> https://code.videolan.org/videolan/vlc-android/commit/b4bd1503cfcfba4c9fe1a3727be79f20ce873a21
---

 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 64c86c2..5217983 100755
--- a/compile.sh
+++ b/compile.sh
@@ -172,7 +172,7 @@ else
     diagnostic "VLC source found"
     cd vlc
     if ! git cat-file -e ${TESTED_HASH}; then
-        cat << EOF
+        cat 1>&2 << EOF
 ***
 *** Error: Your vlc checkout does not contain the latest tested commit: ${TESTED_HASH}
 ***



More information about the Android mailing list