~ubuntu-branches/debian/sid/octave3.0/sid

« back to all changes in this revision

Viewing changes to scripts/plot/compass.m

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-04-28 15:17:35 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090428151735-gm59wmfcmwec3f9e
Tags: 1:3.0.5-3
debian/in/PACKAGE.postinst: Add -verbose option when calling 'pkg
rebuild' in octave and redirect stdin from /dev/null.  This is just to
help debugging the hang up on the mipsel buildd when installing
octave3.0 for building other packages (Bug#524745).

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
  line_spec = "b-";
72
72
  while (ioff <= nargin)
73
73
    arg = varargin{ioff++};
74
 
    if ((isstr (arg) || iscell (arg)) && ! have_line_spec)
 
74
    if ((ischar (arg) || iscell (arg)) && ! have_line_spec)
75
75
      [linespec, valid] = __pltopt__ ("compass", arg, false);
76
76
      if (valid)
77
77
        line_spec = arg;