summaryrefslogtreecommitdiff
path: root/createdirdeps
diff options
context:
space:
mode:
Diffstat (limited to 'createdirdeps')
-rwxr-xr-xcreatedirdeps2
1 files changed, 1 insertions, 1 deletions
diff --git a/createdirdeps b/createdirdeps
index b50739f..aa602ab 100755
--- a/createdirdeps
+++ b/createdirdeps
@@ -78,7 +78,7 @@ for my $dir (@ARGV) {
next if $seen{$idx};
$seen{$idx} = 1;
print "F:$idx: $path\n";
- for (qw{P R r C O I}) {
+ for (qw{P R C O I r s}) {
print $old{"$_:$idx"}."\n" if $old{"$_:$idx"};
}
next;