Kaydet (Commit) 9a38118b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

call_sum has only one parameter

Change-Id: Ib8925506c3ea08f2166483b9e902484ef8dd60f6
üst 0e286f76
...@@ -165,7 +165,7 @@ sub put_checksum_and_size_into_script ...@@ -165,7 +165,7 @@ sub put_checksum_and_size_into_script
sub call_sum sub call_sum
{ {
my ($filename, $getuidlibrary) = @_; my ($filename) = @_;
my $systemcall = "/usr/bin/sum $filename |"; my $systemcall = "/usr/bin/sum $filename |";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment