From bd90e73854b3f53eb9eae373d7f3aac26a5e2775 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 24 Jun 2013 12:12:26 +0200 Subject: [PATCH] reporting: fix typo --- matlab/reports/@report/compile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/reports/@report/compile.m b/matlab/reports/@report/compile.m index 60ba0c4d0..6ca973ca6 100755 --- a/matlab/reports/@report/compile.m +++ b/matlab/reports/@report/compile.m @@ -46,7 +46,7 @@ if ~exist(o.filename, 'file') o.write(); end -middle = './'; +middle = ' ./'; if exist('OCTAVE_VERSION') echo = 0; else