Do an exact match
git-svn-id: svn://10.0.0.236/trunk@106526 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user