~ubuntu-branches/ubuntu/precise/scilab/precise

« back to all changes in this revision

Viewing changes to modules/io/macros/unix_g.sci

Tags: 5.3.0-1ubuntu1
* New upstream release
* URL in the watch file updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  stat = 1;
50
50
  rep = emptystr();
51
51
 
52
 
  if MSDOS then 
 
52
  if getos() == 'Windows' then 
53
53
    [rep,stat] = dos(cmd);
54
54
    if (stat == %t) then
55
55
      stat = 0;