We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6857f42 commit 472e482Copy full SHA for 472e482
1 file changed
bin/xcommit.pl
@@ -46,7 +46,7 @@
46
print "Sourcing diffs from $specname level $sourcelevel under root $rootdir:\n";
47
chdir $rootdir;
48
$_ = `ls -d $specname-*`;
49
-my @dirlist = split;
+my @dirlist = grep /$specname-\d+/, split;
50
print "Matching specs: @dirlist\n";
51
52
# ask what levels to patch
0 commit comments