sdb shell: replace (") charater to (')
authorjihye <jihye424.kim@samsung.com>
Thu, 16 Mar 2017 07:55:16 +0000 (16:55 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Tue, 21 Mar 2017 07:42:18 +0000 (16:42 +0900)
commitacf8049cbdf09949bb712e00fffd3da0b2e69fc2
tree166be0d25b1ca5476f30c8c7ff97992b56aced4e
parent668f3195125d6efa1ea44ff8383c4de08aceed2f
sdb shell: replace (") charater to (')

- ! is history expansion in bash
-- use single quotes (')
-- backslash(\) before the ! character
-- turn off history expansion (set +H)

Change-Id: I24158dac50d1b83853fbcbfdf9c307691b79ae7f
Signed-off-by: jihye <jihye424.kim@samsung.com>
tizen/src/scripts/sdbscript