summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Gonzalez2012-06-01 13:46:34 -0500
committerTony Lofthouse2012-07-30 12:56:24 -0500
commite72411ed59c25391dbc4d5f7af595e25900ae7a4 (patch)
tree9be2ec2d060bb90ddb6e2a866eaeee4c6d252057 /untar.sh
parentea8f31fa6aee1b13577b254a74daf35e34641e4a (diff)
downloaddevice-ti-proprietary-open-e72411ed59c25391dbc4d5f7af595e25900ae7a4.tar.gz
device-ti-proprietary-open-e72411ed59c25391dbc4d5f7af595e25900ae7a4.tar.xz
device-ti-proprietary-open-e72411ed59c25391dbc4d5f7af595e25900ae7a4.zip
SGX prebuilt binaries: Untar to and copy from intermediate directories.
This will untar SGX prebuilt binaries to an intermediate directory and install them in the Android filesystem without polluting the git tree with untracked files. Change-Id: I806a9aa4a939b6109399df999603706e3c34f17e
Diffstat (limited to 'untar.sh')
-rwxr-xr-xuntar.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/untar.sh b/untar.sh
index 2e5b77f..a7a0948 100755
--- a/untar.sh
+++ b/untar.sh
@@ -11,4 +11,5 @@ if [ -d $1/$2 ]; then
11 rm -rf $1/$2 11 rm -rf $1/$2
12fi 12fi
13 13
14[ ! -d $1 ] && mkdir -p $1
14tar -C $1 -zxf $3 15tar -C $1 -zxf $3