projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fb6ca1
)
tap: wrap with double quotes
author
Munkyu Im
<munkyu.im@samsung.com>
Tue, 8 Sep 2015 07:15:57 +0000
(16:15 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Wed, 9 Sep 2015 02:09:43 +0000
(11:09 +0900)
to support launching that executable binary has space character.
Change-Id: I00b1f896369274957ab49da649146ddad056e9cb
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/src/scripts/tap-uninstall.bat
patch
|
blob
|
history
diff --git
a/tizen/src/scripts/tap-uninstall.bat
b/tizen/src/scripts/tap-uninstall.bat
index e5c5030614614d6d36de0921270fb51c2ad8b469..fce4a5d6b463567fe6bbd7457ec37d6e2bd21019 100755
(executable)
--- a/
tizen/src/scripts/tap-uninstall.bat
+++ b/
tizen/src/scripts/tap-uninstall.bat
@@
-1,4
+1,4
@@
@ECHO OFF
SET EMULATOR_BIN_PATH=%~dp0
rem remove all tap devices
-
%EMULATOR_BIN_PATH%\devcon.exe
remove OemWin2k.inf tap0901
+
"%EMULATOR_BIN_PATH%\devcon.exe"
remove OemWin2k.inf tap0901