mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
polish: make sig smaller
This commit is contained in:
parent
0c9a815c35
commit
04b6080830
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ sub gpg_sign {
|
||||||
my ($file_path) = @_;
|
my ($file_path) = @_;
|
||||||
$file_path =~ s/[^\x20-\x7E]//g;
|
$file_path =~ s/[^\x20-\x7E]//g;
|
||||||
chomp($file_path);
|
chomp($file_path);
|
||||||
system('gpg', '--output', $file_path . '.sig', '--sign', $file_path);
|
system('gpg', '--output', $file_path . '.sig', '--detach-sig', $file_path);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub sum_sign {
|
sub sum_sign {
|
||||||
|
|
Loading…
Add table
Reference in a new issue