From 6d458aff34449f826d4157553d7f34b28d3e803e Mon Sep 17 00:00:00 2001 From: rosen-vladimirov Date: Mon, 27 Jul 2015 14:22:31 +0300 Subject: [PATCH] Fix adb related commands when path has spaces When CLI is installed in directory, which has space (or the path above this dir has spaces) and android-sdk is not installed, we are trying to execute adb from our resources. This is failing due to missing `"` in our commands. Fixes https://github.com/NativeScript/nativescript-cli/issues/470 --- lib/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common b/lib/common index 6546f120e1..d52f92e193 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 6546f120e12bee1d460cc9b34c9cc8c56897b47d +Subproject commit d52f92e1932f5d1998a2cc77987d836de2dfd8cb