Trim single quotes from windows Makefiles

parent db6388bb
......@@ -160,6 +160,8 @@ SYN_GRADE := ${syn_grade}
if path_mod.check_windows():
command_string = command_string.replace(
path_mod.slash_char(), "")
command_string = command_string.replace(
"'", "")
self.writeln("""\
{0}.tcl:
{3}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment