aboutsummaryrefslogtreecommitdiff
path: root/acmeman
diff options
context:
space:
mode:
Diffstat (limited to 'acmeman')
-rwxr-xr-xacmeman1
1 files changed, 1 insertions, 0 deletions
diff --git a/acmeman b/acmeman
index f4024f5..fd4ef60 100755
--- a/acmeman
+++ b/acmeman
@@ -1190,6 +1190,7 @@ $config = new App::Acmeman::Config($config_file,
if ($config->success) {
if (my @source = $config->get(qw(core source))) {
+ $config->unset(qw(core source));
foreach my $s (@source) {
my ($name, @args) = quotewords('\s+', 0, $s);
my $pack = 'App::Acmeman::Source::' . ucfirst($name);

Return to:

Send suggestions and report system problems to the System administrator.