From: Hyoun Jiil Date: Tue, 26 Aug 2014 15:46:06 +0000 (+0900) Subject: remove white space for build-svr X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0568bc8c13d3e0a8903b1df127573fd8c592fae;p=sdk%2Ftools%2Fsdk-build.git remove white space for build-svr Change-Id: I2551cc79fbaf702df1a3410ab2d60c0ccc50f612 --- diff --git a/build-svr b/build-svr index ee95805..89d1b73 100755 --- a/build-svr +++ b/build-svr @@ -91,16 +91,16 @@ begin begin while(true) log.info "Build Server[#{option[:name]}] Start - PORT: [#{option[:port]}]" - + # set port option - port_option = ((option[:port] != "") and (option[:port] != nil)) ? "-p #{option[:port]}" : "" + port_option = ((option[:port] != "") and (option[:port] != nil)) ? "-p #{option[:port]}" : "" # Start child process cmd = Utils.generate_shell_command("#{File.dirname(__FILE__)}/build-svr start -n #{option[:name]} #{port_option} --CHILD") - - io = IO.popen(cmd) + + io = IO.popen(cmd) puts io.readlines() - + pid = Process.wait # End chlid process