[Title] Fixed bug about webtizen
authorTaeyoung Son <taeyoung2.son@samsung.com>
Mon, 1 Jul 2013 02:40:44 +0000 (11:40 +0900)
committerTaeyoung Son <taeyoung2.son@samsung.com>
Mon, 1 Jul 2013 04:10:47 +0000 (13:10 +0900)
[Desc.]
[Issue]

Change-Id: I64ae965c1463beb0c1f7d9d74382f4118c6bd59b

org.tizen.cli/doc/install/bin_/webtizen

index 2339c76..0b67fb3 100755 (executable)
@@ -93,7 +93,8 @@ _select_option()
 
 _run_command()
 {
-    eval "$SCRIPT $@"
+    path=`dirname $0`
+    eval "${path}/$SCRIPT $@"
 }
 
 #script execute