1
0
Fork 0
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:
Bart Schaefer 2002-04-18 14:35:17 +00:00
parent 2a55dc74ef
commit 38d555e1d7

View file

@ -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);