From 48c2b2496d3ed6aeeebb0bc8950725f8ef7e305f Mon Sep 17 00:00:00 2001 From: "Christian Goetze (CG)" Date: Fri, 8 Oct 2010 13:02:39 -0700 Subject: Have build.sh print out info usable by open source devs. Have it check for a README and use that if needed. --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 25ff0f368d..9b4d4a16dc 100755 --- a/build.sh +++ b/build.sh @@ -114,11 +114,15 @@ then if [ -x "$top/../buildscripts/hg/bin/build.sh" ] then exec "$top/../buildscripts/hg/bin/build.sh" "$top" + elif [ -r "$top/README" ] + then + cat "$top/README" + exit 1 else cat <