diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-07-31 09:38:20 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-08-01 10:05:55 -0700 |
commit | 46f5df2c54db2983502a0f2b0f8e0fadae9d6f45 (patch) | |
tree | d56c6b156b7711fb7657fd795be0b431de452eaf /self-extractors/PART2 | |
parent | 77b1b1b51ef84e798ccddaccba4f3bdad3b14106 (diff) | |
download | device_samsung_maguro-46f5df2c54db2983502a0f2b0f8e0fadae9d6f45.zip device_samsung_maguro-46f5df2c54db2983502a0f2b0f8e0fadae9d6f45.tar.gz device_samsung_maguro-46f5df2c54db2983502a0f2b0f8e0fadae9d6f45.tar.bz2 |
Generate self-extractors for Maguro
Change-Id: I44e6b457571ed43164b5b6476d91884e83198e6d
Diffstat (limited to 'self-extractors/PART2')
-rw-r--r-- | self-extractors/PART2 | 22 |
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 + |