From f5a1481ebbeedd95edf3821c7e0ee0be539c8a54 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 May 2020 22:53:47 +0100 Subject: [PATCH] nailing-cargo: Null oot mode Signed-off-by: Ian Jackson --- nailing-cargo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nailing-cargo b/nailing-cargo index 37e82b9..cfb97f3 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -427,6 +427,8 @@ END my @c = cfgn_list qw(oot command); $command_sh->(@c); print STDERR "$self: out-of-tree, ssh'ish command: @c\n" if $verbose; + } elsif ($use eq 'null') { + $sh_ec->(); } else { die "$self: oot.use mode $use not recognised\n"; } -- 2.30.2