Revert "edje_cc_parse: Fix to insert missing double quotation marks"
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 11 Jan 2017 05:47:28 +0000 (14:47 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 11 Jan 2017 06:22:52 +0000 (15:22 +0900)
commite23a4521eaafbd279594791146dee895c1e4847a
tree440a87bfecdc1cb89e3daa900d6e57db866467e5
parent8cf38539a167ee9919f093708fd6f8b52b8b5911
Revert "edje_cc_parse: Fix to insert missing double quotation marks"

This reverts commit 5ae6e1db2f7f181039b05cbb562573321f419a8e.

On Windows, system() does not execute file if the argument of system()
begins with double quotation marks.
(e.g. system("\"C:\efl\lib/edje/utils/v-1.18/epp.exe\" ...");)

To resolve this issue on Windows, it has been fixed to have the argument
of system() not begin with double quotation marks.
(i.e. Do not use double quotation marks for epp.exe path in system().)
src/bin/edje/edje_cc_parse.c