reporting: bug fix in echo for octave

time-shift
Houtan Bastani 2013-06-24 16:33:12 +02:00
parent 51fc443e39
commit 8c9a8657ef
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ end
middle = ' ./';
if exist('OCTAVE_VERSION')
echo = 0;
echo = 1;
else
echo = '-echo';
end