[Title] Fix argument processing including '\'
authorBon-Yong Lee <bonyong.lee@samsung.com>
Wed, 10 Oct 2012 04:28:32 +0000 (13:28 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Wed, 10 Oct 2012 04:28:32 +0000 (13:28 +0900)
commitc032dd0f2c2bd0cca5930b1b85ec4a7c527d995d
treefdc192b174eb6ba821783367579e77e563e62121
parentb7dbc2511e7dcc1c31da0b4cea9149ed95a117f7
[Title] Fix argument processing including '\'
[Desc.] Linux shell evaluate '\' as escape character. So argument
including '\' is changed to unexpected string. Using quote mark( ' ) to
argument, Fix it.
[Issue]
org.tizen.cli/doc/install/bin_/common.sh