From 9624ea43f9f34e62c9611b4ff134cff06c3156a7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Thu, 19 May 2011 16:14:15 -0700 Subject: Scripts to package the crespo binary archives. Change-Id: Ib5d3c276815ae29bbe19f19c596c3f40b96bdaf7 --- self-extractors/PART2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 self-extractors/PART2 (limited to 'self-extractors/PART2') diff --git a/self-extractors/PART2 b/self-extractors/PART2 new file mode 100644 index 0000000..30e8d43 --- /dev/null +++ b/self-extractors/PART2 @@ -0,0 +1,22 @@ +__EOF__ + +if test $? != 0 +then + echo ERROR: Couldn\'t display license file 1>&2 + exit 1 +fi + +echo + +echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\ +read typed + +if test "$typed" != I\ ACCEPT +then + echo + echo You didn\'t accept the license. Extraction aborted. + exit 2 +fi + +echo + -- cgit v1.1