summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-aj
blob: f0623c984672d8def74317de12eccfef835330bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.7 2003/02/24 03:35:30 dmcmahill Exp $

--- tests/pvm.dia.ref.orig	Wed Jul 31 07:39:02 2002
+++ tests/pvm.dia.ref
@@ -73,7 +73,7 @@ if type(rest(5))<>10 then bugmes();quit;
  
 if size(rest(5),'*')<>n then bugmes();quit;end
  
-if rest(5)(n)<>'scilab' then bugmes();quit;end
+if rest(5)(n)<>SCI+'/bin/scilab' then bugmes();quit;end
  
 if or(rest(5)(1:n-1)<>"") then bugmes();quit;end