summaryrefslogtreecommitdiffstats
path: root/self-extractors/PART2
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-05-19 16:14:15 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-05-24 16:00:12 -0700
commit9624ea43f9f34e62c9611b4ff134cff06c3156a7 (patch)
tree3cb53a0acdc4a8deaa10cfddcc192d645bb74132 /self-extractors/PART2
parent85b5333be9154e1fc97fdf787e9fd7abd5241242 (diff)
downloaddevice_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.zip
device_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.tar.gz
device_samsung_crespo-9624ea43f9f34e62c9611b4ff134cff06c3156a7.tar.bz2
Scripts to package the crespo binary archives.
Change-Id: Ib5d3c276815ae29bbe19f19c596c3f40b96bdaf7
Diffstat (limited to 'self-extractors/PART2')
-rw-r--r--self-extractors/PART222
1 files changed, 22 insertions, 0 deletions
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
+