From 52a49aaaea25e6404e61a18ccbd237c9addac326 Mon Sep 17 00:00:00 2001 From: filmaj Date: Thu, 11 Mar 2010 16:11:39 -0800 Subject: [PATCH] Fixed droidgap to handle spaces in SDK directory. --- droidgap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/droidgap b/droidgap index 7adf8e92..8eb8c2fb 100755 --- a/droidgap +++ b/droidgap @@ -45,7 +45,7 @@ class Build android_exec = File.join(@android_sdk_path, "tools", "android"); target_id = 5 puts "Creating Android project... #{ target_id }" - `#{android_exec} create project -t #{ target_id } -k #{ @pkg } -a #{ @name } -n #{ @name } -p #{ @path }` + `"#{android_exec}" create project -t #{ target_id } -k #{ @pkg } -a #{ @name } -n #{ @name } -p #{ @path }` end def include_www