mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
Stupid typo -- :? should be ?:
This commit is contained in:
parent
2a55dc74ef
commit
38d555e1d7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ my $newfn = pop(@ARGV);
|
|||
my $oldfn = pop(@ARGV);
|
||||
my (%oldhash, %newhash);
|
||||
|
||||
my $article = q[(:?(:?workers?|users?)/)?\d{4,5}];
|
||||
my $article = q[(?:(?:workers?|users?)/)?\d{4,5}];
|
||||
|
||||
read_file($newfn, \%newhash);
|
||||
read_file($oldfn, \%oldhash);
|
||||
|
|
Loading…
Reference in a new issue