]> git.tdb.fi Git - builder.git/commit
Add a sanity check for derived tool commands
authorMikko Rasa <tdb@tdb.fi>
Mon, 26 Dec 2022 19:01:30 +0000 (21:01 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 26 Dec 2022 19:13:04 +0000 (21:13 +0200)
commit4e220a1ec5800e2f1caba02d55977a3b6f68d112
tree3f2e6f63072b3b7c57af4ddec931d25dd2ab8389
parentc5942a5c2fe7677a77b88254ee874bc09a5aa725
Add a sanity check for derived tool commands

It doesn't seem correct to copy the command in CustomizedTool, since
often the derived class will want to use a different command anyway.
source/tool.cpp