build(utils/dirsymlink.pl): Fixed handling of new files.

This commit is contained in:
Stephan Barth 2024-11-11 17:32:45 +01:00
parent f92ae96eb2
commit 3008a34b78

View File

@ -7,7 +7,7 @@ my ($shadowdir, @keepdirs) = @ARGV;
mkdir($shadowdir);
system(qq#rm -f "$shadowdir"/* "$shadowdir"/.*#);
# system(qq#rm -f "$shadowdir"/* "$shadowdir"/.*#);
for my $k(@keepdirs) {
unlink("$shadowdir/$k");