From 6dc801f5a72cb1f8525f84ec75fd6ab2bc5c46b9 Mon Sep 17 00:00:00 2001 From: jim-p Date: Sat, 5 May 2012 18:04:46 -0400 Subject: Uncomment the cleanup line here, it was disabled during debugging. --- config/systempatches/patches.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/systempatches') diff --git a/config/systempatches/patches.inc b/config/systempatches/patches.inc index 78cc35f2..8dd78fd9 100644 --- a/config/systempatches/patches.inc +++ b/config/systempatches/patches.inc @@ -44,7 +44,7 @@ function patch_commit($patch, $action, $test=false) { $patchlevel = '-p' . $patch['patchlevel']; patch_write($patch); $status = mwexec("{$patch_cmd} {$force} {$patchlevel} {$filename} {$check} {$direction} {$whitespace}", false); - //patch_erase($patch); + patch_erase($patch); if ($status == 0) return true; else -- cgit v1.2.3