From 8c9a8657ef4d240115ad04ed49ed301a77a5d6d5 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 24 Jun 2013 16:33:12 +0200 Subject: [PATCH] reporting: bug fix in echo for octave --- 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 6ca973ca6..06b48db8f 100755 --- a/matlab/reports/@report/compile.m +++ b/matlab/reports/@report/compile.m @@ -48,7 +48,7 @@ end middle = ' ./'; if exist('OCTAVE_VERSION') - echo = 0; + echo = 1; else echo = '-echo'; end