Skip to content

Commit

Permalink
unpackarchive: remove two redundant lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Aug 8, 2024
1 parent c20f223 commit 47069fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unpackarchive
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,6 @@ my $root = '.';
while (@ARGV) {
if (@ARGV > 1 && $ARGV[0] eq '-C') {
(undef, $root) = splice(@ARGV, 0, 2);
} elsif (@ARGV && $ARGV[0] eq '-J') {
shift @ARGV;
} elsif ($ARGV[0] eq '-j' || $ARGV[0] eq '-J' || $ARGV[0] eq '-z') {
shift @ARGV;
} elsif ($ARGV[0] =~ /^-/) {
Expand Down

0 comments on commit 47069fd

Please sign in to comment.