Skip to content
Snippets Groups Projects
Commit a44fa426 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Simplify logic of test since Octave 3.2 is now the minimal requirement

parent 339d8822
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,7 @@ end ...@@ -103,8 +103,7 @@ end
% Workaround for bug in Octave 3.2 % Workaround for bug in Octave 3.2
% See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550823 % See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550823
if exist('OCTAVE_VERSION') && ~octave_ver_less_than('3.2.0') ... if exist('OCTAVE_VERSION') && octave_ver_less_than('3.4.0')
&& octave_ver_less_than('3.4.0')
sleep(2) sleep(2)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment