From ed5d6871e2b919462d60e90f23fcb5a92507ae00 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 5 Dec 2014 01:18:10 -0500 Subject: [PATCH] Fix a dumb OLDPWD error... --- android_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android_install.sh b/android_install.sh index 85b1a9d..c1a69fa 100644 --- a/android_install.sh +++ b/android_install.sh @@ -15,6 +15,4 @@ tar -zxvf android-sdk_r23.0.2-linux.tgz for COMP in ${COMPONENTS} do echo "yes" | android-sdk-linux/tools/android update sdk -u -a -t ${COMP} -done - -cd - +done \ No newline at end of file