diff options
Diffstat (limited to 'src/commit2.c')
-rw-r--r-- | src/commit2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commit2.c b/src/commit2.c index 0d77fb6..269b06f 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -231,6 +231,9 @@ main(int argc, char** argv) if (disable_partial_commit == TRUE) { complete(orig_node_tree, test_mode); } + /* + * Need to add to the following func below to clean up dangling .wh. files + */ common_commit_clean_temp_config(test_mode); if (g_debug == TRUE) { printf("commit2: successful commit, now cleaning up temp directories\n"); |