This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=025c027726894ad5a357c4055847c6d8ee8a9bc0 commit 025c027726894ad5a357c4055847c6d8ee8a9bc0 Author: Guillem Jover <[email protected]> AuthorDate: Wed Dec 7 16:25:28 2022 +0100 dpkg-architecture: Fix indentation Changelog: internal --- scripts/dpkg-architecture.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 683eca69b..d0a2af258 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -233,8 +233,8 @@ while (@ARGV) { %req_vars = %arch_vars{$varname}; $action = 'query'; } elsif ($arg eq '-c' or $arg eq '--command') { - $action = 'command'; - last; + $action = 'command'; + last; } elsif ($arg eq '-L' or $arg eq '--list-known') { %req_vars = (); $action = 'list-known'; -- Dpkg.Org's dpkg

