Skip to content

Commit

Permalink
Changing filemode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Mar 7, 2024
1 parent 1286af5 commit def7f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/updateCVElist.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
use warnings;
use strict;
use WWW::Mechanize::GZip;
Expand Down Expand Up @@ -74,6 +74,7 @@ sub AUTOLOAD {
}
}
close(CVE);
chmod 0644, "./cve.csv", "../vulnerabilities.csv";
#unlink ('cve.csv') if (-f 'cve.csv');

exit(0);

0 comments on commit def7f81

Please sign in to comment.