[Android] [PATCH 4/5] compile.sh: echo multiline diagnostic to stderr
Filip Roséen
filip at atch.se
Tue Aug 9 04:01:50 CEST 2016
---
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}
***
--
2.9.2
More information about the Android
mailing list