From: sungmin ha Date: Thu, 6 Nov 2014 05:38:26 +0000 (+0900) Subject: web-viewer: modified server script name(emul to tty.js) X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~629^2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ad26aaa31cdd0a68b27d901d6b0dc0dfd5a77af;p=sdk%2Femulator%2Fqemu.git web-viewer: modified server script name(emul to tty.js) Change-Id: I51104a3787ca95afd881633bae15d5b96d6b1994 Signed-off-by: sungmin ha --- diff --git a/tizen/src/util/osutil-linux.c b/tizen/src/util/osutil-linux.c index 7b1eacdbb2..9708af802f 100644 --- a/tizen/src/util/osutil-linux.c +++ b/tizen/src/util/osutil-linux.c @@ -553,7 +553,7 @@ void execute_websocket(int port) void execute_nodejs(void) { char const *remote_bin_dir = get_remote_bin_path(); - char const *relative_path = "../web-viewer/bin/emul"; + char const *relative_path = "../web-viewer/bin/tty.js"; char webviewer_script[strlen(remote_bin_dir) + strlen(relative_path) + 1]; char nodejs_path[strlen(remote_bin_dir) + strlen(execution_file_node) + 1]; int ret = -1;