Cosmetic change.

time-shift
Stéphane Adjemian (Charybdis) 2013-07-05 00:30:01 +02:00
parent f8e5cc7b49
commit 35c4debfc5
1 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,8 @@ else
mailto = mailreport;
mailreport = 1;
fid = fopen('~/.matlab-send-report');
fprintf('\n\n');
disp('Send report...')
system(['scp ' reportfile ' ' fgetl(fid)]);
fclose(fid);
else