From bd9a80ae7e62684d280d31a35c9861d8894f5457 Mon Sep 17 00:00:00 2001 From: Raphael Moll Date: Tue, 28 Dec 2010 16:16:28 -0800 Subject: Fix android.bat to properly cd to temp dir. Fixes an issue when the SDK is not on the same drive than the temp dir that android.bat uses. Reported on http://code.google.com/p/android/issues/detail?id=4410 Change-Id: I993ea550056bda2c696c28bfa135aa186aad7a05 --- sdkmanager/app/etc/android.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdkmanager/app/etc/android.bat b/sdkmanager/app/etc/android.bat index 738029a..6dffb36 100755 --- a/sdkmanager/app/etc/android.bat +++ b/sdkmanager/app/etc/android.bat @@ -62,7 +62,7 @@ if not "%1"=="" goto EndTempCopy rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs. set tools_dir=%cd% - cd %tmp_dir% + cd /d %tmp_dir% :EndTempCopy -- cgit v1.1