From bdd53557a8b7f84e6e4f658bce709d184985200e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 15 Sep 2007 21:08:08 +0000 Subject: [PATCH] Force knowledge the -p option, since it gets passed specially. --- support/cull_options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/cull_options b/support/cull_options index 07a57021..b21c5d13 100755 --- a/support/cull_options +++ b/support/cull_options @@ -33,6 +33,8 @@ while () { } close IN; +$short_no_arg{'p'} = 1; + my $short_no_arg = join('', sort keys %short_no_arg); my $short_with_num = join('', sort keys %short_with_num); -- 2.34.1