From d0568bc8c13d3e0a8903b1df127573fd8c592fae Mon Sep 17 00:00:00 2001 From: Hyoun Jiil Date: Wed, 27 Aug 2014 00:46:06 +0900 Subject: [PATCH] remove white space for build-svr Change-Id: I2551cc79fbaf702df1a3410ab2d60c0ccc50f612 --- build-svr | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.34.1