diff options
Diffstat (limited to 'createdirdeps')
-rwxr-xr-x | createdirdeps | 2 |
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; |