Fix typo: '$$' => '$'

This commit is contained in:
unknown 2007-08-29 14:39:40 +02:00
parent 038df2d05c
commit 305c352685

View File

@ -18,7 +18,7 @@ sub mtr_file_exists(@);
sub mtr_exe_exists(@);
sub mtr_exe_maybe_exists(@);
sub mtr_copy_dir($$);
sub mtr_rmtree($$);
sub mtr_rmtree($);
sub mtr_same_opts($$);
sub mtr_cmp_opts($$);