Add tizen-studio path as default 51/92151/1
authorSeunghwan Lee <sh.cat.lee@samsung.com>
Thu, 13 Oct 2016 11:55:15 +0000 (20:55 +0900)
committerSeunghwan Lee <sh.cat.lee@samsung.com>
Thu, 13 Oct 2016 11:56:24 +0000 (20:56 +0900)
Change-Id: I81fb7c1d23e6f949e82693379ba3465d1d5a312a
Signed-off-by: Seunghwan Lee <sh.cat.lee@samsung.com>
abs [changed mode: 0644->0755]

diff --git a/abs b/abs
old mode 100644 (file)
new mode 100755 (executable)
index d7b9d9c..4f5b978
--- a/abs
+++ b/abs
@@ -180,7 +180,8 @@ class Sdk(object):
 
     rs = None #_Rootstrap class instance
     rootstrap_list = None
-    sdk_to_search = ['tizen-sdk/tools/ide/bin/tizen', \
+    sdk_to_search = ['tizen-studio/tools/ide/bin/tizen', \
+                     'tizen-sdk/tools/ide/bin/tizen', \
                      'tizen-sdk-ux/tools/ide/bin/tizen', \
                      'tizen-sdk-cli/tools/ide/bin/tizen']
 
@@ -626,4 +627,3 @@ if __name__ == '__main__':
     except Exception, e:
         print 'Exception %s' % str(e)
         sys.exit(1)
-