Remove superfluous quotes in the ISim Makefile

parent af6ace83
......@@ -166,8 +166,8 @@ fuse:
self.write(
' '.join(["&&",
"echo",
"\"" + lib + "=" + lib + "\" ",
">>",
lib + "=" + lib,
" >>",
"xilinxsim.ini) "]))
self.write(' '.join(["||", path_mod.del_command(), lib, "\n"]))
self.write('\n')
......
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