diff options
author | Pascal Terjan <pterjan@mageia.org> | 2013-01-11 23:13:58 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2013-01-11 23:13:58 +0000 |
commit | a862df58c881765cfeb0ea299f70826a637e49db (patch) | |
tree | 048d03ef2c9aea6e0e092718884a210d0ad3762c /emi | |
parent | 89e793fcb4470347b7e91e785e62ca185171cf95 (diff) | |
download | iurt-a862df58c881765cfeb0ea299f70826a637e49db.tar iurt-a862df58c881765cfeb0ea299f70826a637e49db.tar.gz iurt-a862df58c881765cfeb0ea299f70826a637e49db.tar.bz2 iurt-a862df58c881765cfeb0ea299f70826a637e49db.tar.xz iurt-a862df58c881765cfeb0ea299f70826a637e49db.zip |
Fix emi too
Diffstat (limited to 'emi')
-rwxr-xr-x | emi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ use Iurt::Mail qw(sendmail); use Iurt::File qw(check_upload_tree); use Iurt::Util qw(plog_init plog); use Data::Dumper; -use MDK::Common qw(cat_ if_ touch); +use MDK::Common qw(cat_ if_ find touch); use MDK::Common::DataStructure qw(difference2); my %run; |