[Title] Fix argument processing including '\'
authorBon-Yong Lee <bonyong.lee@samsung.com>
Wed, 10 Oct 2012 06:16:39 +0000 (15:16 +0900)
committerBon-Yong Lee <bonyong.lee@samsung.com>
Wed, 10 Oct 2012 06:16:39 +0000 (15:16 +0900)
commitb464c4ab557ca2932c0891e184a39489d515d75c
treece8b1770356a637c3e402f5eac5abb3cab716811
parentc032dd0f2c2bd0cca5930b1b85ec4a7c527d995d
[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