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