From d6d40e129f141d3e6d114b5f25fb6678d48af789 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sat, 23 Dec 2017 18:18:00 -0500 Subject: [PATCH] persistence: Fix regression in saving options, v2. I left out a comma and thought I had already fixed with an amended commit, but it turns out I had forgotten to run git-add first. :( --- modules/ksb/BuildContext.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ksb/BuildContext.pm b/modules/ksb/BuildContext.pm index 43b23b0..600ad58 100644 --- a/modules/ksb/BuildContext.pm +++ b/modules/ksb/BuildContext.pm @@ -153,7 +153,7 @@ sub new rcFiles => [@rcfiles], rcFile => undef, env => { }, - persistent_options => { } # These are kept across multiple script runs + persistent_options => { }, # These are kept across multiple script runs ignore_list => [ ], # List of KDE project paths to ignore completely kde_projects_metadata => undef, # Enumeration of kde-projects kde_dependencies_metadata => undef, # Dependency resolution of kde-projects