parent
d3f8110a1c
commit
d9c67b32d0
@ -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