From: Joey Hess Date: Thu, 24 Apr 2008 07:57:43 +0000 (-0400) Subject: don't pass --no-act on X-Git-Tag: 7.0.2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7bce3f50a494bec6c023a9156175f463ba11d9c6;p=debhelper.git don't pass --no-act on Since --no-act prevents any commands actually being run, there's no point in including it in the options. This cleans up the display slightly. --- diff --git a/dh b/dh index 0af6911..cf6d1d2 100755 --- a/dh +++ b/dh @@ -284,7 +284,7 @@ while (@ARGV_orig) { shift @ARGV_orig; next; } - elsif ($opt =~ /^--?(remaining|(after|until|before)=)/) { + elsif ($opt =~ /^--?(no-act|remaining|(after|until|before)=)/) { next; } push @options, $opt;