зеркало из https://github.com/mozilla/pjs.git
Do an exact match
This commit is contained in:
Родитель
803343ffeb
Коммит
c6aae23d26
|
@ -22,6 +22,6 @@
|
|||
|
||||
undef @out;
|
||||
foreach $d (@ARGV) {
|
||||
push @out, $d if (!grep(/$d/, @out));
|
||||
push @out, $d if (!grep(/^$d$/, @out));
|
||||
}
|
||||
print "@out\n"
|
||||
|
|
Загрузка…
Ссылка в новой задаче