From: donghee yang Date: Wed, 22 Aug 2012 08:14:55 +0000 (+0900) Subject: [Title] Fixed not to check host-os in pkg-svr X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c5614fe9f5154cfd1ed720d79b928b700f930a7;p=sdk%2Ftools%2Fsdk-build.git [Title] Fixed not to check host-os in pkg-svr --- diff --git a/pkg-svr b/pkg-svr index 5149a92..6698a94 100755 --- a/pkg-svr +++ b/pkg-svr @@ -43,12 +43,6 @@ rescue => e exit 0 end -# check HOST OS -if not Utils.check_host_OS() then - puts "Error: Your host OS is not supported!" - exit 1 -end - begin if option[:cmd].eql? "list" then if option[:id].empty? then