export: Remove nocpp from xrdb.

This commit is contained in:
Dylan Araps 2018-04-26 19:02:53 +10:00
parent ff2ad9bd35
commit d240c6e50b

View File

@ -26,7 +26,7 @@ def xrdb(xrdb_files=None):
if shutil.which("xrdb") and OS != "Darwin":
for file in xrdb_files:
subprocess.run(["xrdb", "-merge", "-nocpp", "-quiet", file])
subprocess.run(["xrdb", "-merge", "-quiet", file])
def oomox(gen_theme):