aboutsummaryrefslogtreecommitdiff
path: root/acmeman
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-08-15 11:00:27 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-08-15 11:00:27 +0300
commit35ca6e67bb06663f1c5cf1e4ceefaedf005bae80 (patch)
treee7a9e0c536e112ba4a699755ee208d258b61f0b2 /acmeman
parent32ad59e0a9c7f74c7c094d5091bce435c145fe33 (diff)
downloadacmeman-35ca6e67bb06663f1c5cf1e4ceefaedf005bae80.tar.gz
acmeman-35ca6e67bb06663f1c5cf1e4ceefaedf005bae80.tar.bz2
Fix acmeman --setup
* acmeman: Unset core.source for setup * lib/App/Acmeman/Config.pm (unset): New function.
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.