fix sha1 file name
This commit is contained in:
parent
a330d7c146
commit
d3f8110a1c
@ -183,7 +183,7 @@ sub process {
|
||||
}
|
||||
|
||||
# hashing
|
||||
my $command = "sha1sum $target_name > $target_name.sha1";
|
||||
my $command = "sha1sum $target_name > $target_name-sha1";
|
||||
if($dryrun) {
|
||||
print "$command\n";
|
||||
} else {
|
||||
@ -237,7 +237,7 @@ sub process {
|
||||
}
|
||||
|
||||
# hashing
|
||||
my $command = "sha1sum $source_name.$format > $source_name.$format.sha1";
|
||||
my $command = "sha1sum $source_name.$format > $source_name.$format-sha1";
|
||||
if($dryrun) {
|
||||
print "$command\n";
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user