From 382f18c205f459fdd9ff6c0657beadcbfe3c5b01 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Mon, 2 Mar 2009 22:54:20 -0800 Subject: auto import from //depot/cupcake/@137055 --- draw9patch/etc/draw9patch.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'draw9patch') diff --git a/draw9patch/etc/draw9patch.bat b/draw9patch/etc/draw9patch.bat index 1d56d85..e267b06 100755 --- a/draw9patch/etc/draw9patch.bat +++ b/draw9patch/etc/draw9patch.bat @@ -20,9 +20,9 @@ rem Set up prog to be the path of this script, including following symlinks, rem and set up progdir to be the fully-qualified pathname of its directory. set prog=%~f0 -rem Change current directory to where ddms is, to avoid issues with directories -rem containing whitespaces. -cd %~dp0 +rem Change current directory and drive to where the script is, to avoid +rem issues with directories containing whitespaces. +cd /d %~dp0 set jarfile=draw9patch.jar set frameworkdir= -- cgit v1.1